class Google::Apis::AndroidenterpriseV1::ListGroupLicensesResponse
The grouplicense resources for the enterprise.
Attributes
group_license[RW]
A group license for a product approved for use in the enterprise. Corresponds to the JSON property `groupLicense` @return [Array<Google::Apis::AndroidenterpriseV1::GroupLicense>]
kind[RW]
Identifies what kind of resource this is. Value: the fixed string ā androidenterprise#groupLicensesListResponseā. Corresponds to the JSON property `kind` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/androidenterprise_v1/classes.rb, line 761 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/androidenterprise_v1/classes.rb, line 766 def update!(**args) @group_license = args[:group_license] if args.key?(:group_license) @kind = args[:kind] if args.key?(:kind) end