Class: Google::Apis::AndroidenterpriseV1::ServiceAccountKeysListResponse
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::AndroidenterpriseV1::ServiceAccountKeysListResponse
 
- 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
Instance Attribute Summary collapse
- 
  
    
      #service_account_key  ⇒ Array<Google::Apis::AndroidenterpriseV1::ServiceAccountKey> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The service account credentials. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ ServiceAccountKeysListResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of ServiceAccountKeysListResponse. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ServiceAccountKeysListResponse
Returns a new instance of ServiceAccountKeysListResponse
| 2291 2292 2293 | # File 'generated/google/apis/androidenterprise_v1/classes.rb', line 2291 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#service_account_key ⇒ Array<Google::Apis::AndroidenterpriseV1::ServiceAccountKey>
The service account credentials.
Corresponds to the JSON property serviceAccountKey
| 2289 2290 2291 | # File 'generated/google/apis/androidenterprise_v1/classes.rb', line 2289 def service_account_key @service_account_key end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 2296 2297 2298 | # File 'generated/google/apis/androidenterprise_v1/classes.rb', line 2296 def update!(**args) @service_account_key = args[:service_account_key] if args.key?(:service_account_key) end |