Class DomainSurveyPropertyModel
The domain survey property model.
public class DomainSurveyPropertyModel
- Inheritance
-
DomainSurveyPropertyModel
- Inherited Members
Properties
Id
The id of the domain survey property
[JsonProperty("Id", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public long Id { get; set; }
Property Value
Key
The key of the property
[JsonProperty("Key", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Key { get; set; }
Property Value
Value
The value of the property
[JsonProperty("Value", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Value { get; set; }