Table of Contents

Class OfficesResponseModel

Namespace
Nfield.SDK
Assembly
Nfield.Public.SDK.dll

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

string

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; }

Property Value

bool