Table of Contents

Class SurveyInterviewerQuotaLevelDistributeRequestModel

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

SurveyInterviewerDistribute model

public class SurveyInterviewerQuotaLevelDistributeRequestModel
Inheritance
SurveyInterviewerQuotaLevelDistributeRequestModel
Inherited Members

Properties

Description

Description

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

Property Value

string

InterviewerIds

Interviewer Ids

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

Property Value

ICollection<string>

SurveyGrossTargetToDistribute

Survey Gross Target To Distribute

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

Property Value

int