Class TerminationEventDetails
Session event details specific to termination.
public sealed class TerminationEventDetails
- Inheritance
-
TerminationEventDetails
- Inherited Members
Properties
DeletionReason
The reason for a session being deleted.
[JsonPropertyName("deletionReason")]
public TerminationEventDetailsDeletionReasonValues DeletionReason { get; set; }