class Google::Apis::ServiceconsumermanagementV1beta1::V1beta1GenerateServiceAccountResponse

Response message for the `GenerateServiceAccount` method. This response message is assigned to the `response` field of the returned Operation when that operation is done.

Attributes

account[RW]

A service account in the Identity and Access Management API. Corresponds to the JSON property `account` @return [Google::Apis::ServiceconsumermanagementV1beta1::V1beta1ServiceAccount]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/serviceconsumermanagement_v1beta1/classes.rb, line 3563
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/serviceconsumermanagement_v1beta1/classes.rb, line 3568
def update!(**args)
  @account = args[:account] if args.key?(:account)
end