Class: Google::Apis::AndroidenterpriseV1::ListGroupLicensesResponse
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::AndroidenterpriseV1::ListGroupLicensesResponse
 
- 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
The grouplicense resources for the enterprise.
Instance Attribute Summary collapse
- 
  
    
      #group_license  ⇒ Array<Google::Apis::AndroidenterpriseV1::GroupLicense> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A group license for a product approved for use in the enterprise. 
- 
  
    
      #kind  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Identifies what kind of resource this is. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ ListGroupLicensesResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of ListGroupLicensesResponse. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ListGroupLicensesResponse
Returns a new instance of ListGroupLicensesResponse
| 899 900 901 | # File 'generated/google/apis/androidenterprise_v1/classes.rb', line 899 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#group_license ⇒ Array<Google::Apis::AndroidenterpriseV1::GroupLicense>
A group license for a product approved for use in the enterprise.
Corresponds to the JSON property groupLicense
| 891 892 893 | # File 'generated/google/apis/androidenterprise_v1/classes.rb', line 891 def group_license @group_license end | 
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "
androidenterprise#groupLicensesListResponse".
Corresponds to the JSON property kind
| 897 898 899 | # File 'generated/google/apis/androidenterprise_v1/classes.rb', line 897 def kind @kind end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 904 905 906 907 | # File 'generated/google/apis/androidenterprise_v1/classes.rb', line 904 def update!(**args) @group_license = args[:group_license] if args.key?(:group_license) @kind = args[:kind] if args.key?(:kind) end |