Class: Google::Cloud::DiscoveryEngine::V1::ListUserLicensesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::ListUserLicensesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/user_license_service.rb
Overview
Response message for UserLicenseService.ListUserLicenses.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_tokento retrieve the next page. -
#user_licenses ⇒ ::Array<::Google::Cloud::DiscoveryEngine::V1::UserLicense>
All the customer's UserLicenses.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token, which can be sent as page_token to retrieve the next page. If
this field is omitted, there are no subsequent pages.
75 76 77 78 |
# File 'proto_docs/google/cloud/discoveryengine/v1/user_license_service.rb', line 75 class ListUserLicensesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#user_licenses ⇒ ::Array<::Google::Cloud::DiscoveryEngine::V1::UserLicense>
Returns All the customer's UserLicenses.
75 76 77 78 |
# File 'proto_docs/google/cloud/discoveryengine/v1/user_license_service.rb', line 75 class ListUserLicensesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |