License Manager v1 API - Class UserCountBillingInfo (1.0.0-beta01)

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

Reference documentation and code samples for the License Manager v1 API class UserCountBillingInfo.

This approach uses total unique user count for billing.

Inheritance

object > UserCountBillingInfo

Namespace

Google.Cloud.LicenseManager.V1

Assembly

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