Discovery Engine v1beta API - Class LicenseConfigUsageStats (1.0.0-beta24)

public sealed class LicenseConfigUsageStats : IMessage<LicenseConfigUsageStats>, IEquatable<LicenseConfigUsageStats>, IDeepCloneable<LicenseConfigUsageStats>, IBufferMessage, IMessage

Reference documentation and code samples for the Discovery Engine v1beta API class LicenseConfigUsageStats.

Stats about users' licenses.

Inheritance

object > LicenseConfigUsageStats

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

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