Table of Contents

Class SurveyInterviewerAddRequestModel

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

Model used to add an interviewer to a survey

public class SurveyInterviewerAddRequestModel
Inheritance
SurveyInterviewerAddRequestModel
Inherited Members

Properties

InterviewerId

Gets/sets the interviewer ID.

[JsonProperty("InterviewerId", Required = Required.Always)]
[Required]
public string InterviewerId { get; set; }

Property Value

string