Class SurveyFromBlueprintModel
The model used to create a new survey from a blueprint survey
public class SurveyFromBlueprintModel
- Inheritance
-
SurveyFromBlueprintModel
- Inherited Members
Properties
BlueprintSurveyId
The id for the blueprint survey
[JsonProperty("BlueprintSurveyId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string BlueprintSurveyId { get; set; }
Property Value
EnableRespondentsGateway
Indication that this survey sample can be managed by the Respondents Gateway
[JsonProperty("EnableRespondentsGateway", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public bool EnableRespondentsGateway { get; set; }
Property Value
SurveyName
The name for the new survey
[JsonProperty("SurveyName", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string SurveyName { get; set; }