Reference documentation and code samples for the Discovery Engine V1 API class Google::Cloud::DiscoveryEngine::V1::ListUserLicensesResponse.
Response message for UserLicenseService.ListUserLicenses.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
    Returns
    
  - 
        (::String) — A token, which can be sent as page_tokento retrieve the next page. If this field is omitted, there are no subsequent pages.
#next_page_token=
def next_page_token=(value) -> ::String
    Parameter
    
  - 
        value (::String) — A token, which can be sent as page_tokento retrieve the next page. If this field is omitted, there are no subsequent pages.
    Returns
    
  - 
        (::String) — A token, which can be sent as page_tokento retrieve the next page. If this field is omitted, there are no subsequent pages.
#user_licenses
def user_licenses() -> ::Array<::Google::Cloud::DiscoveryEngine::V1::UserLicense>
    Returns
    
  - (::Array<::Google::Cloud::DiscoveryEngine::V1::UserLicense>) — All the customer's {::Google::Cloud::DiscoveryEngine::V1::UserLicense UserLicense}s.
#user_licenses=
def user_licenses=(value) -> ::Array<::Google::Cloud::DiscoveryEngine::V1::UserLicense>
    Parameter
    
  - value (::Array<::Google::Cloud::DiscoveryEngine::V1::UserLicense>) — All the customer's {::Google::Cloud::DiscoveryEngine::V1::UserLicense UserLicense}s.
    Returns
    
- (::Array<::Google::Cloud::DiscoveryEngine::V1::UserLicense>) — All the customer's {::Google::Cloud::DiscoveryEngine::V1::UserLicense UserLicense}s.