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.



27985
27986
27987
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 27985

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



27978
27979
27980
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 27978

def license_configs
  @license_configs
end

#next_page_tokenString

Not supported. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


27983
27984
27985
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 27983

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



27990
27991
27992
27993
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 27990

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