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).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis document provides reference documentation for the \u003ccode\u003eLicensedUser\u003c/code\u003e class within the Google Cloud Commerce Consumer Procurement v1 API, detailing its properties, inheritance, and implementation of various interfaces.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eLicensedUser\u003c/code\u003e class has a constructor and two properties, \u003ccode\u003eAssignTime\u003c/code\u003e and \u003ccode\u003eRecentUsageTime\u003c/code\u003e, both of which are timestamps that track license assignment and usage, as well as \u003ccode\u003eUsername\u003c/code\u003e that stores the users username.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the \u003ccode\u003eLicensedUser\u003c/code\u003e class is 1.4.0, and previous versions 1.3.0, 1.2.0, 1.1.0, and 1.0.0 are also documented within the content.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eLicensedUser\u003c/code\u003e inherits from \u003ccode\u003eobject\u003c/code\u003e and implements \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Cloud Commerce Consumer Procurement v1 API - Class LicensedUser (1.5.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.5.0 (latest)](/dotnet/docs/reference/Google.Cloud.Commerce.Consumer.Procurement.V1/latest/Google.Cloud.Commerce.Consumer.Procurement.V1.LicensedUser)\n- [1.4.0](/dotnet/docs/reference/Google.Cloud.Commerce.Consumer.Procurement.V1/1.4.0/Google.Cloud.Commerce.Consumer.Procurement.V1.LicensedUser)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.Commerce.Consumer.Procurement.V1/1.3.0/Google.Cloud.Commerce.Consumer.Procurement.V1.LicensedUser)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.Commerce.Consumer.Procurement.V1/1.2.0/Google.Cloud.Commerce.Consumer.Procurement.V1.LicensedUser)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.Commerce.Consumer.Procurement.V1/1.1.0/Google.Cloud.Commerce.Consumer.Procurement.V1.LicensedUser)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.Commerce.Consumer.Procurement.V1/1.0.0/Google.Cloud.Commerce.Consumer.Procurement.V1.LicensedUser) \n\n public sealed class LicensedUser : IMessage\u003cLicensedUser\u003e, IEquatable\u003cLicensedUser\u003e, IDeepCloneable\u003cLicensedUser\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Cloud Commerce Consumer Procurement v1 API class LicensedUser.\n\nA licensed user. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e LicensedUser \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[LicensedUser](/dotnet/docs/reference/Google.Cloud.Commerce.Consumer.Procurement.V1/latest/Google.Cloud.Commerce.Consumer.Procurement.V1.LicensedUser), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[LicensedUser](/dotnet/docs/reference/Google.Cloud.Commerce.Consumer.Procurement.V1/latest/Google.Cloud.Commerce.Consumer.Procurement.V1.LicensedUser), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[LicensedUser](/dotnet/docs/reference/Google.Cloud.Commerce.Consumer.Procurement.V1/latest/Google.Cloud.Commerce.Consumer.Procurement.V1.LicensedUser), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Commerce.Consumer.Procurement.V1](/dotnet/docs/reference/Google.Cloud.Commerce.Consumer.Procurement.V1/latest/Google.Cloud.Commerce.Consumer.Procurement.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Commerce.Consumer.Procurement.V1.dll\n\nConstructors\n------------\n\n### LicensedUser()\n\n public LicensedUser()\n\n### LicensedUser(LicensedUser)\n\n public LicensedUser(LicensedUser other)\n\nProperties\n----------\n\n### AssignTime\n\n public Timestamp AssignTime { get; set; }\n\nOutput only. Timestamp when the license was assigned.\n\n### RecentUsageTime\n\n public Timestamp RecentUsageTime { get; set; }\n\nOutput only. Timestamp when the license was recently used. This may not be\nthe most recent usage time, and will be updated regularly (within 24\nhours).\n\n### Username\n\n public string Username { get; set; }\n\nUsername.\nFormat: `name@domain.com`."]]