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.
931 932 933 |
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 931 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
923 924 925 |
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 923 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
929 930 931 |
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 929 def kind @kind end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
936 937 938 939 |
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 936 def update!(**args) @group_license = args[:group_license] if args.key?(:group_license) @kind = args[:kind] if args.key?(:kind) end |