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
901 902 903 |
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 901 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
893 894 895 |
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 893 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
899 900 901 |
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 899 def kind @kind end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
906 907 908 909 |
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 906 def update!(**args) @group_license = args[:group_license] if args.key?(:group_license) @kind = args[:kind] if args.key?(:kind) end |