Table of Contents

Class InviteRespondentsStatus

Namespace
Nfield.SDK
Assembly
Nfield.Public.SDK.dll

DTO for inviting respondents status

public class InviteRespondentsStatus
Inheritance
InviteRespondentsStatus
Inherited Members

Properties

Count

Number of invited respondents

[JsonProperty("Count", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public int Count { get; set; }

Property Value

int

ErrorMessage

Message detail when Status indicates an error

[JsonProperty("ErrorMessage", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string ErrorMessage { get; set; }

Property Value

string

Status

Status of the batch

[JsonProperty("Status", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Status { get; set; }

Property Value

string