Table of Contents

Class SurveyPackageRelocationV1Model

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

Relocations defined in the package

public class SurveyPackageRelocationV1Model
Inheritance
SurveyPackageRelocationV1Model
Inherited Members

Properties

Reason

The relocation reason or (non-)response code.

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

Property Value

string

Url

The url to relocate to

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

Property Value

string