Class: Google::Apis::AndroidenterpriseV1::ListGroupLicensesResponse

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

The grouplicense resources for the enterprise.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ListGroupLicensesResponse

Returns a new instance of ListGroupLicensesResponse



1094
1095
1096
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 1094

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

Instance Attribute Details

#group_licenseArray<Google::Apis::AndroidenterpriseV1::GroupLicense>

A group license for a product approved for use in the enterprise. Corresponds to the JSON property groupLicense



1086
1087
1088
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 1086

def group_license
  @group_license
end

#kindString

Identifies what kind of resource this is. Value: the fixed string " androidenterprise#groupLicensesListResponse". Corresponds to the JSON property kind

Returns:

  • (String)


1092
1093
1094
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 1092

def kind
  @kind
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1099
1100
1101
1102
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 1099

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