Class Building
- Assembly
- Google.Apis.Admin.Directory.directory_v1.dll
JSON template for Building object in Directory API.
public class Building : IDirectResponseSchema
- Inheritance
-
Building
- Implements
-
IDirectResponseSchema
- Inherited Members
Constructors
Building()
public Building()
Properties
BuildingId
Unique identifier for the building. The maximum length is 100 characters.
public virtual string BuildingId { get; set; }
Property Value
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.
public virtual string BuildingName { get; set; }
Property Value
Coordinates
The geographic coordinates of the center of the building, expressed as latitude and longitude in decimal degrees.
public virtual BuildingCoordinates Coordinates { get; set; }
Property Value
Description
A brief description of the building. For example, "Chelsea Market".
public virtual string Description { get; set; }
Property Value
ETag
The ETag of the item.
public virtual string ETag { get; set; }
Property Value
Etags
ETag of the resource.
public virtual string Etags { get; set; }
Property Value
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.
public virtual IList<string> FloorNames { get; set; }
Property Value
Kind
Kind of resource this is.
public virtual string Kind { get; set; }