Class GoogleCloudDiscoveryengineV1alphaRetractLicenseConfigRequest
Request message for LicenseConfigService.RetractLicenseConfig method.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaRetractLicenseConfigRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FullRetract
Optional. If set to true, retract the entire license config. Otherwise, retract the specified license count.
Declaration
[JsonProperty("fullRetract")]
public virtual bool? FullRetract { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
LicenseConfig
Required. Full resource name of LicenseConfig. Format:
projects/{project}/locations/{location}/licenseConfigs/{license_config_id}.
Declaration
[JsonProperty("licenseConfig")]
public virtual string LicenseConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LicenseCount
Optional. The number of licenses to retract. Only used when full_retract is false.
Declaration
[JsonProperty("licenseCount")]
public virtual long? LicenseCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |