Cloud Commerce Consumer Procurement v1 API - Class AssignmentProtocol.Types.AutoAssignmentType (1.4.0)

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.

Inheritance

object > AssignmentProtocol.Types.AutoAssignmentType

Namespace

Google.Cloud.Commerce.Consumer.Procurement.V1

Assembly

Google.Cloud.Commerce.Consumer.Procurement.V1.dll

Constructors

AutoAssignmentType()

public AutoAssignmentType()

AutoAssignmentType(AutoAssignmentType)

public AutoAssignmentType(AssignmentProtocol.Types.AutoAssignmentType other)
Parameter
Name Description
other AssignmentProtocolTypesAutoAssignmentType

Properties

InactiveLicenseTtl

public Duration InactiveLicenseTtl { get; set; }

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.

Property Value
Type Description
Duration