Class: Google::Apis::AndroidenterpriseV1::Administrator
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::AndroidenterpriseV1::Administrator
 
- 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
This represents an enterprise admin who can manage the enterprise in the managed Google Play store.
Instance Attribute Summary collapse
- 
  
    
      #email  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The admin's email address. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ Administrator 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of Administrator. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ Administrator
Returns a new instance of Administrator
| 35 36 37 | # File 'generated/google/apis/androidenterprise_v1/classes.rb', line 35 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#email ⇒ String
The admin's email address.
Corresponds to the JSON property email
| 33 34 35 | # File 'generated/google/apis/androidenterprise_v1/classes.rb', line 33 def email @email end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 40 41 42 | # File 'generated/google/apis/androidenterprise_v1/classes.rb', line 40 def update!(**args) @email = args[:email] if args.key?(:email) end |