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
Instance Attribute Summary collapse
-
#group_license ⇒ Array<Google::Apis::AndroidenterpriseV1::GroupLicense>
A group license for a product approved for use in the enterprise.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ListGroupLicensesResponse
constructor
A new instance of ListGroupLicensesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ListGroupLicensesResponse
Returns a new instance of ListGroupLicensesResponse.
1068 1069 1070 |
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 1068 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
1066 1067 1068 |
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 1066 def group_license @group_license end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1073 1074 1075 |
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 1073 def update!(**args) @group_license = args[:group_license] if args.key?(:group_license) end |