Class: Google::Apis::AndroidenterpriseV1::EnterpriseAccount

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

Overview

A service account that can be used to authenticate as the enterprise to API calls that require such authentication.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ EnterpriseAccount

Returns a new instance of EnterpriseAccount.



839
840
841
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 839

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

Instance Attribute Details

#account_emailString

The email address of the service account. Corresponds to the JSON property accountEmail

Returns:

  • (String)


837
838
839
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 837

def 
  @account_email
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



844
845
846
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 844

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