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.



1176
1177
1178
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 1176

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



1168
1169
1170
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 1168

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)


1174
1175
1176
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 1174

def kind
  @kind
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1181
1182
1183
1184
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 1181

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