Class: Google::Cloud::Commerce::Consumer::Procurement::V1::EnumerateLicensedUsersResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Commerce::Consumer::Procurement::V1::EnumerateLicensedUsersResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/commerce/consumer/procurement/v1/license_management_service.rb
Overview
Response message for LicenseManagementService.EnumerateLicensedUsers.
Instance Attribute Summary collapse
-
#licensed_users ⇒ ::Array<::Google::Cloud::Commerce::Consumer::Procurement::V1::LicensedUser>
The list of licensed users.
-
#next_page_token ⇒ ::String
A token that can be sent as
page_tokento retrieve the next page.
Instance Attribute Details
#licensed_users ⇒ ::Array<::Google::Cloud::Commerce::Consumer::Procurement::V1::LicensedUser>
Returns The list of licensed users.
191 192 193 194 |
# File 'proto_docs/google/cloud/commerce/consumer/procurement/v1/license_management_service.rb', line 191 class EnumerateLicensedUsersResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token that can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
191 192 193 194 |
# File 'proto_docs/google/cloud/commerce/consumer/procurement/v1/license_management_service.rb', line 191 class EnumerateLicensedUsersResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |