Class SurveyPackageRelocationV1Model
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
Url
The url to relocate to
[JsonProperty("Url", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Url { get; set; }