class Google::Apis::AndroidenterpriseV1::ServiceAccountKeysListResponse
Attributes
service_account_key[RW]
The service account credentials. Corresponds to the JSON property `serviceAccountKey` @return [Array<Google::Apis::AndroidenterpriseV1::ServiceAccountKey>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/androidenterprise_v1/classes.rb, line 2475 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/androidenterprise_v1/classes.rb, line 2480 def update!(**args) @service_account_key = args[:service_account_key] if args.key?(:service_account_key) end