Click or drag to resize

SubscriptionExpirationDateTime Property

Specifies the date and time when the webhook subscription expires. The time is in UTC, and can be an amount of time from subscription creation that varies for the resource subscribed to.

Namespace:  Omada.OE.Model.Subscriptions
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public Nullable<DateTimeOffset> ExpirationDateTime { get; set; }

Property Value

Type: NullableDateTimeOffset
See Also