Class GoogleCloudDiscoveryengineV1RetractLicenseConfigResponse
Response message for LicenseConfigService.RetractLicenseConfig method.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class GoogleCloudDiscoveryengineV1RetractLicenseConfigResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LicenseConfig
The updated LicenseConfig.
Declaration
[JsonProperty("licenseConfig")]
public virtual GoogleCloudDiscoveryengineV1LicenseConfig LicenseConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDiscoveryengineV1LicenseConfig |