class Google::Apis::AndroidenterpriseV1::ListGroupLicensesResponse
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>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/androidenterprise_v1/classes.rb, line 1095 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/androidenterprise_v1/classes.rb, line 1100 def update!(**args) @group_license = args[:group_license] if args.key?(:group_license) end