Class GoogleCloudDiscoveryengineV1alphaLicenseConfigUsageStats
Stats about users' licenses.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaLicenseConfigUsageStats : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LicenseConfig
Required. The LicenseConfig name.
Declaration
[JsonProperty("licenseConfig")]
public virtual string LicenseConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UsedLicenseCount
Required. The number of licenses used.
Declaration
[JsonProperty("usedLicenseCount")]
public virtual long? UsedLicenseCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |