Class: Google::Apis::AndroidenterpriseV1::ListGroupLicenseUsersResponse
- Inherits:
-
Object
- Object
- Google::Apis::AndroidenterpriseV1::ListGroupLicenseUsersResponse
- 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
-
#kind ⇒ String
Identifies what kind of resource this is.
-
#user ⇒ Array<Google::Apis::AndroidenterpriseV1::User>
A user of an enterprise.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ListGroupLicenseUsersResponse
constructor
A new instance of ListGroupLicenseUsersResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ListGroupLicenseUsersResponse
Returns a new instance of ListGroupLicenseUsersResponse
1068 1069 1070 |
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 1068 def initialize(**args) update!(**args) end |
Instance Attribute Details
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "
androidenterprise#groupLicenseUsersListResponse".
Corresponds to the JSON property kind
1061 1062 1063 |
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 1061 def kind @kind end |
#user ⇒ Array<Google::Apis::AndroidenterpriseV1::User>
A user of an enterprise.
Corresponds to the JSON property user
1066 1067 1068 |
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 1066 def user @user end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1073 1074 1075 1076 |
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 1073 def update!(**args) @kind = args[:kind] if args.key?(:kind) @user = args[:user] if args.key?(:user) end |