public sealed class AssignmentProtocol.Types.AutoAssignmentType : IMessage<AssignmentProtocol.Types.AutoAssignmentType>, IEquatable<AssignmentProtocol.Types.AutoAssignmentType>, IDeepCloneable<AssignmentProtocol.Types.AutoAssignmentType>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Commerce Consumer Procurement v1 API class AssignmentProtocol.Types.AutoAssignmentType.
Configuration for automatic assignments handled by data plane operations.
Optional. The time to live for an inactive license. After this time has
passed, the license will be automatically unassigned from the user. Must
be at least 7 days, if set. If unset, the license will never expire.
[[["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-03-21 UTC."],[[["The `AssignmentProtocol.Types.AutoAssignmentType` class in the Cloud Commerce Consumer Procurement v1 API handles configurations for automatic assignments."],["This class is part of the `Google.Cloud.Commerce.Consumer.Procurement.V1` namespace and is contained within the `Google.Cloud.Commerce.Consumer.Procurement.V1.dll` assembly."],["There are five versions of the API available, with 1.4.0 being the latest, accessible through the provided links."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["It includes the property `InactiveLicenseTtl`, which configures the time after which an inactive license is automatically unassigned, with a minimum duration of 7 days or no expiration if not set."]]],[]]