Class GoogleCloudDiscoveryengineV1alphaRetractLicenseConfigResponse
Response message for LicenseConfigService.RetractLicenseConfig method.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaRetractLicenseConfigResponse : 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 GoogleCloudDiscoveryengineV1alphaLicenseConfig LicenseConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDiscoveryengineV1alphaLicenseConfig |