Class OfficesResponseModel
The API response model representing a fieldwork office
public class OfficesResponseModel : OfficesModelBase
- Inheritance
-
OfficesResponseModel
- Inherited Members
Properties
Id
Fieldwork office unique identifier.
[JsonProperty("Id", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Id { get; set; }
Property Value
IsHeadquarters
Gets or sets the property that says whether the fieldwork office is a headquarter.
[JsonProperty("IsHeadquarters", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public bool IsHeadquarters { get; set; }