Class: Google::Apis::AndroidenterpriseV1::ListGroupLicenseUsersResponse

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 user resources for the group license.

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) ⇒ ListGroupLicenseUsersResponse

Returns a new instance of ListGroupLicenseUsersResponse.



1150
1151
1152
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 1150

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#kindString

Identifies what kind of resource this is. Value: the fixed string " androidenterprise#groupLicenseUsersListResponse". Corresponds to the JSON property kind

Returns:

  • (String)


1143
1144
1145
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 1143

def kind
  @kind
end

#userArray<Google::Apis::AndroidenterpriseV1::User>

A user of an enterprise. Corresponds to the JSON property user



1148
1149
1150
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 1148

def user
  @user
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1155
1156
1157
1158
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 1155

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