Class UpdateDomainSurveyPropertyModel
Contains information needed to update a domain survey property
public class UpdateDomainSurveyPropertyModel
- Inheritance
-
UpdateDomainSurveyPropertyModel
- Inherited Members
Properties
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; }