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.



28097
28098
28099
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 28097

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



28090
28091
28092
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 28090

def license_configs
  @license_configs
end

#next_page_tokenString

Not supported. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


28095
28096
28097
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 28095

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



28102
28103
28104
28105
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 28102

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