Class InvitationMonitorBatchStatus
Represents the status of an invitation batch
public class InvitationMonitorBatchStatus : InvitationMonitorStatusBase
- Inheritance
-
InvitationMonitorBatchStatus
- Inherited Members
Properties
BatchName
Name of the Batch
[JsonProperty("BatchName", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string BatchName { get; set; }
Property Value
ScheduledFor
Date and time of when the batch has been scheduled for
[JsonProperty("ScheduledFor", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public DateTimeOffset ScheduledFor { get; set; }
Property Value
Status
Batch status
[JsonProperty("Status", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Status { get; set; }