Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaListUserLicensesResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/discoveryengine_v1beta/classes.rb,
lib/google/apis/discoveryengine_v1beta/representations.rb,
lib/google/apis/discoveryengine_v1beta/representations.rb

Overview

Response message for UserLicenseService.ListUserLicenses.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1betaListUserLicensesResponse

Returns a new instance of GoogleCloudDiscoveryengineV1betaListUserLicensesResponse.



28303
28304
28305
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 28303

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#next_page_tokenString

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


28296
28297
28298
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 28296

def next_page_token
  @next_page_token
end

#user_licensesArray<Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaUserLicense>

All the customer's UserLicenses. Corresponds to the JSON property userLicenses



28301
28302
28303
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 28301

def user_licenses
  @user_licenses
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



28308
28309
28310
28311
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 28308

def update!(**args)
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
  @user_licenses = args[:user_licenses] if args.key?(:user_licenses)
end