Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaListLicenseConfigsResponse

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 LicenseConfigService.ListLicenseConfigs method.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1betaListLicenseConfigsResponse

Returns a new instance of GoogleCloudDiscoveryengineV1betaListLicenseConfigsResponse.



27920
27921
27922
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 27920

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

Instance Attribute Details

#license_configsArray<Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaLicenseConfig>

All the customer's LicenseConfigs. Corresponds to the JSON property licenseConfigs



27913
27914
27915
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 27913

def license_configs
  @license_configs
end

#next_page_tokenString

Not supported. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


27918
27919
27920
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 27918

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



27925
27926
27927
27928
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 27925

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