Class UpdateBlueprintModel
The model used to update a blueprint based on a survey
public class UpdateBlueprintModel
- Inheritance
-
UpdateBlueprintModel
- Inherited Members
Properties
IncludedConfiguration
The configuration items to copy. Flags can be combined.
[JsonProperty("IncludedConfiguration", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public CopyableSurveyConfigurationModel IncludedConfiguration { get; set; }
Property Value
SurveyId
The survey to use as a base
[JsonProperty("SurveyId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string SurveyId { get; set; }