public sealed class UserCountBillingInfo : IMessage<UserCountBillingInfo>, IEquatable<UserCountBillingInfo>, IDeepCloneable<UserCountBillingInfo>, IBufferMessage, IMessageReference documentation and code samples for the License Manager v1 API class UserCountBillingInfo.
This approach uses total unique user count for billing.
Implements
IMessageUserCountBillingInfo, IEquatableUserCountBillingInfo, IDeepCloneableUserCountBillingInfo, IBufferMessage, IMessageNamespace
Google.Cloud.LicenseManager.V1Assembly
Google.Cloud.LicenseManager.V1.dll
Constructors
UserCountBillingInfo()
public UserCountBillingInfo()UserCountBillingInfo(UserCountBillingInfo)
public UserCountBillingInfo(UserCountBillingInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
UserCountBillingInfo |
Properties
UserCount
public int UserCount { get; set; }Required. Number of users to bill for.
| Property Value | |
|---|---|
| Type | Description |
int |
|