Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaRetractLicenseConfigResponse
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaRetractLicenseConfigResponse
- 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
-
#license_config ⇒ Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaLicenseConfig
Information about users' licenses.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1betaRetractLicenseConfigResponse
constructor
A new instance of GoogleCloudDiscoveryengineV1betaRetractLicenseConfigResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1betaRetractLicenseConfigResponse
Returns a new instance of GoogleCloudDiscoveryengineV1betaRetractLicenseConfigResponse.
29043 29044 29045 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 29043 def initialize(**args) update!(**args) end |
Instance Attribute Details
#license_config ⇒ Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaLicenseConfig
Information about users' licenses.
Corresponds to the JSON property licenseConfig
29041 29042 29043 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 29041 def license_config @license_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
29048 29049 29050 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 29048 def update!(**args) @license_config = args[:license_config] if args.key?(:license_config) end |