Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaRetractLicenseConfigRequest

Request message for LicenseConfigService.RetractLicenseConfig method.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaRetractLicenseConfigRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX