Class SampleUpdateStatus
DTO for returning the result of a SampleData update operation
public class SampleUpdateStatus
- Inheritance
-
SampleUpdateStatus
- Inherited Members
Properties
ResultStatus
result of the update operation
[JsonProperty("ResultStatus", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public bool ResultStatus { get; set; }