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

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

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

Message representing usage for license configurations which use user-count billing.

Inheritance

object > UserCountUsage

Namespace

Google.Cloud.LicenseManager.V1

Assembly

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