Class InvitationMonitorSurveyStatus
Represent an overview of the status of all the invitation batches for a survey
public class InvitationMonitorSurveyStatus : InvitationMonitorStatusBase
- Inheritance
-
InvitationMonitorSurveyStatus
- Inherited Members
Properties
InvitationsBlocked
True if invitations are blocked
[JsonProperty("InvitationsBlocked", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public bool InvitationsBlocked { get; set; }
Property Value
LastActivity
Survey's batches latest activity (most recent ScheduledFor value for the batches)
[JsonProperty("LastActivity", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public DateTimeOffset? LastActivity { get; set; }
Property Value
SurveyName
Name of the survey
[JsonProperty("SurveyName", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string SurveyName { get; set; }