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

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ServiceAccountKeysListResponse

Returns a new instance of ServiceAccountKeysListResponse.



1906
1907
1908
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 1906

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



1904
1905
1906
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 1904

def 
  @service_account_key
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1911
1912
1913
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 1911

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