public sealed class LicenseConfigUsageStats : IMessage<LicenseConfigUsageStats>, IEquatable<LicenseConfigUsageStats>, IDeepCloneable<LicenseConfigUsageStats>, IBufferMessage, IMessageReference documentation and code samples for the Discovery Engine v1beta API class LicenseConfigUsageStats.
Stats about users' licenses.
Implements
IMessageLicenseConfigUsageStats, IEquatableLicenseConfigUsageStats, IDeepCloneableLicenseConfigUsageStats, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Constructors
LicenseConfigUsageStats()
public LicenseConfigUsageStats()LicenseConfigUsageStats(LicenseConfigUsageStats)
public LicenseConfigUsageStats(LicenseConfigUsageStats other)| Parameter | |
|---|---|
| Name | Description |
other |
LicenseConfigUsageStats |
Properties
LicenseConfig
public string LicenseConfig { get; set; }Required. The LicenseConfig name.
| Property Value | |
|---|---|
| Type | Description |
string |
|
UsedLicenseCount
public long UsedLicenseCount { get; set; }Required. The number of licenses used.
| Property Value | |
|---|---|
| Type | Description |
long |
|