Class Building
Public API: Resources.buildings
Implements
Inherited Members
Namespace: Google.Apis.Admin.Directory.directory_v1.Data
Assembly: Google.Apis.Admin.Directory.directory_v1.dll
Syntax
public class Building : IDirectResponseSchema
Properties
Address
The postal address of the building. See PostalAddress
for
details. Note that only a single address line and region code are required.
Declaration
[JsonProperty("address")]
public virtual BuildingAddress Address { get; set; }
Property Value
Type | Description |
---|---|
BuildingAddress |
BuildingId
Unique identifier for the building. The maximum length is 100 characters.
Declaration
[JsonProperty("buildingId")]
public virtual string BuildingId { get; set; }
Property Value
Type | Description |
---|---|
string |
BuildingName
The building name as seen by users in Calendar. Must be unique for the customer. For example, "NYC-CHEL". The maximum length is 100 characters.
Declaration
[JsonProperty("buildingName")]
public virtual string BuildingName { get; set; }
Property Value
Type | Description |
---|---|
string |
Coordinates
The geographic coordinates of the center of the building, expressed as latitude and longitude in decimal degrees.
Declaration
[JsonProperty("coordinates")]
public virtual BuildingCoordinates Coordinates { get; set; }
Property Value
Type | Description |
---|---|
BuildingCoordinates |
Description
A brief description of the building. For example, "Chelsea Market".
Declaration
[JsonProperty("description")]
public virtual string Description { 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 |
Etags
ETag of the resource.
Declaration
[JsonProperty("etags")]
public virtual string Etags { get; set; }
Property Value
Type | Description |
---|---|
string |
FloorNames
The display names for all floors in this building. The floors are expected to be sorted in ascending order, from lowest floor to highest floor. For example, ["B2", "B1", "L", "1", "2", "2M", "3", "PH"] Must contain at least one entry.
Declaration
[JsonProperty("floorNames")]
public virtual IList<string> FloorNames { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Kind
Kind of resource this is.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |