Class: Google::Apis::AndroidenterpriseV1::ServiceAccountKeysListResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/androidenterprise_v1/classes.rb,
generated/google/apis/androidenterprise_v1/representations.rb,
generated/google/apis/androidenterprise_v1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ServiceAccountKeysListResponse

Returns a new instance of ServiceAccountKeysListResponse.



2447
2448
2449
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 2447

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#service_account_keyArray<Google::Apis::AndroidenterpriseV1::ServiceAccountKey>

The service account credentials. Corresponds to the JSON property serviceAccountKey



2445
2446
2447
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 2445

def 
  @service_account_key
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2452
2453
2454
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 2452

def update!(**args)
  @service_account_key = args[:service_account_key] if args.key?(:service_account_key)
end