class Google::Apis::AndroidenterpriseV1::ListGroupLicenseUsersResponse
The user resources for the group license.
Attributes
kind[RW]
Identifies what kind of resource this is. Value: the fixed string “ androidenterprise#groupLicenseUsersListResponse”. Corresponds to the JSON property `kind` @return [String]
user[RW]
A user of an enterprise. Corresponds to the JSON property `user` @return [Array<Google::Apis::AndroidenterpriseV1::User>]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/androidenterprise_v1/classes.rb, line 735 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 740 def update!(**args) @kind = args[:kind] if args.key?(:kind) @user = args[:user] if args.key?(:user) end