class Google::Apis::AndroidenterpriseV1::EnterpriseAccount
A service account that can be used to authenticate as the enterprise to API calls that require such authentication.
Attributes
account_email[RW]
The email address of the service account. Corresponds to the JSON property `accountEmail` @return [String]
kind[RW]
Identifies what kind of resource this is. Value: the fixed string “ androidenterprise#enterpriseAccount”. Corresponds to the JSON property `kind` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/androidenterprise_v1/classes.rb, line 496 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/androidenterprise_v1/classes.rb, line 501 def update!(**args) @account_email = args[:account_email] if args.key?(:account_email) @kind = args[:kind] if args.key?(:kind) end