Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaDistributeLicenseConfigRequest

Request message for LicenseConfigService.DistributeLicenseConfig method.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaDistributeLicenseConfigRequest
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 GoogleCloudDiscoveryengineV1alphaDistributeLicenseConfigRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

LicenseConfigId

Optional. Distribute seats to this license config instead of creating a new one. If not specified, a new license config will be created from the billing account license config.

Declaration
[JsonProperty("licenseConfigId")]
public virtual string LicenseConfigId { get; set; }
Property Value
Type Description
string

LicenseCount

Required. The number of licenses to distribute.

Declaration
[JsonProperty("licenseCount")]
public virtual long? LicenseCount { get; set; }
Property Value
Type Description
long?

Location

Required. The target GCP project region to distribute the license config to.

Declaration
[JsonProperty("location")]
public virtual string Location { get; set; }
Property Value
Type Description
string

ProjectNumber

Required. The target GCP project number to distribute the license config to.

Declaration
[JsonProperty("projectNumber")]
public virtual long? ProjectNumber { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX