public sealed class LicensedUser : IMessage<LicensedUser>, IEquatable<LicensedUser>, IDeepCloneable<LicensedUser>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Commerce Consumer Procurement v1 API class LicensedUser.
A licensed user.
Implements
IMessageLicensedUser, IEquatableLicensedUser, IDeepCloneableLicensedUser, IBufferMessage, IMessageNamespace
Google.Cloud.Commerce.Consumer.Procurement.V1Assembly
Google.Cloud.Commerce.Consumer.Procurement.V1.dll
Constructors
LicensedUser()
public LicensedUser()
LicensedUser(LicensedUser)
public LicensedUser(LicensedUser other)
Parameter | |
---|---|
Name | Description |
other |
LicensedUser |
Properties
AssignTime
public Timestamp AssignTime { get; set; }
Output only. Timestamp when the license was assigned.
Property Value | |
---|---|
Type | Description |
Timestamp |
RecentUsageTime
public Timestamp RecentUsageTime { get; set; }
Output only. Timestamp when the license was recently used. This may not be the most recent usage time, and will be updated regularly (within 24 hours).
Property Value | |
---|---|
Type | Description |
Timestamp |
Username
public string Username { get; set; }
Username.
Format: name@domain.com
.
Property Value | |
---|---|
Type | Description |
string |