Table of Contents

Class UpdateBlueprintModel

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

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

CopyableSurveyConfigurationModel

SurveyId

The survey to use as a base

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

Property Value

string