Class Location
A person's location.
Implements
Inherited Members
Namespace: Google.Apis.PeopleService.v1.Data
Assembly: Google.Apis.PeopleService.v1.dll
Syntax
public class Location : IDirectResponseSchema
Properties
BuildingId
The building identifier.
Declaration
[JsonProperty("buildingId")]
public virtual string BuildingId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Current
Whether the location is the current location.
Declaration
[JsonProperty("current")]
public virtual bool? Current { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
DeskCode
The individual desk location.
Declaration
[JsonProperty("deskCode")]
public virtual string DeskCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Floor
The floor name or number.
Declaration
[JsonProperty("floor")]
public virtual string Floor { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FloorSection
The floor section in floor_name.
Declaration
[JsonProperty("floorSection")]
public virtual string FloorSection { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Metadata
Metadata about the location.
Declaration
[JsonProperty("metadata")]
public virtual FieldMetadata Metadata { get; set; }
Property Value
| Type | Description |
|---|---|
| FieldMetadata |
Type
The type of the location. The type can be custom or one of these predefined values: * desk * grewUp
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Value
The free-form value of the location.
Declaration
[JsonProperty("value")]
public virtual string Value { get; set; }
Property Value
| Type | Description |
|---|---|
| string |