Class DomainSurveyModel
Describes the properties of a domain survey
public class DomainSurveyModel
- Inheritance
-
DomainSurveyModel
- Inherited Members
Properties
Id
The id of the domain survey
[JsonProperty("Id", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public long Id { get; set; }
Property Value
Name
The name of the domain survey
[JsonProperty("Name", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Name { get; set; }
Property Value
NfieldSurveyId
The nfield survey id
[JsonProperty("NfieldSurveyId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string NfieldSurveyId { get; set; }