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]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/androidenterprise_v1/classes.rb, line 866 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 871 def update!(**args) @account_email = args[:account_email] if args.key?(:account_email) end