Class: Google::Apis::AndroidenterpriseV1::ListGroupLicensesResponse
- Inherits:
-
Object
- Object
- Google::Apis::AndroidenterpriseV1::ListGroupLicensesResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/androidenterprise_v1/classes.rb,
lib/google/apis/androidenterprise_v1/representations.rb,
lib/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.
1189 1190 1191 |
# File 'lib/google/apis/androidenterprise_v1/classes.rb', line 1189 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
1187 1188 1189 |
# File 'lib/google/apis/androidenterprise_v1/classes.rb', line 1187 def group_license @group_license end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1194 1195 1196 |
# File 'lib/google/apis/androidenterprise_v1/classes.rb', line 1194 def update!(**args) @group_license = args[:group_license] if args.key?(:group_license) end |