Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaRetractLicenseConfigResponse

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.RetractLicenseConfig method.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1betaRetractLicenseConfigResponse

Returns a new instance of GoogleCloudDiscoveryengineV1betaRetractLicenseConfigResponse.



29349
29350
29351
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 29349

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

Instance Attribute Details

#license_configGoogle::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaLicenseConfig

Information about users' licenses. Corresponds to the JSON property licenseConfig



29347
29348
29349
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 29347

def license_config
  @license_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



29354
29355
29356
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 29354

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