Class: Google::Cloud::DiscoveryEngine::V1::ListUserLicensesResponse

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::String)

    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.

Returns:



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