public sealed class UserCountUsage : IMessage<UserCountUsage>, IEquatable<UserCountUsage>, IDeepCloneable<UserCountUsage>, IBufferMessage, IMessageReference documentation and code samples for the License Manager v1 API class UserCountUsage.
Message representing usage for license configurations which use user-count billing.
Implements
IMessageUserCountUsage, IEquatableUserCountUsage, IDeepCloneableUserCountUsage, IBufferMessage, IMessageNamespace
Google.Cloud.LicenseManager.V1Assembly
Google.Cloud.LicenseManager.V1.dll
Constructors
UserCountUsage()
public UserCountUsage()UserCountUsage(UserCountUsage)
public UserCountUsage(UserCountUsage other)| Parameter | |
|---|---|
| Name | Description |
other |
UserCountUsage |
Properties
UniqueUserCount
public int UniqueUserCount { get; set; }Required. Unique number of licensed users.
| Property Value | |
|---|---|
| Type | Description |
int |
|