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.



27062
27063
27064
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 27062

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



27055
27056
27057
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 27055

def license_configs
  @license_configs
end

#next_page_tokenString

Not supported. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


27060
27061
27062
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 27060

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



27067
27068
27069
27070
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 27067

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