Class UserLocation
- Assembly
- Google.Apis.Admin.Directory.directory_v1.dll
JSON template for a location entry.
public class UserLocation : IDirectResponseSchema
- Inheritance
-
UserLocation
- Implements
-
IDirectResponseSchema
- Inherited Members
Constructors
UserLocation()
public UserLocation()
Properties
Area
Textual location. This is most useful for display purposes to concisely describe the location. For example 'Mountain View, CA', 'Near Seattle', 'US-NYC-9TH 9A209A.''
public virtual string Area { get; set; }
Property Value
BuildingId
Building Identifier.
public virtual string BuildingId { get; set; }
Property Value
CustomType
Custom Type.
public virtual string CustomType { get; set; }
Property Value
DeskCode
Most specific textual code of individual desk location.
public virtual string DeskCode { get; set; }
Property Value
ETag
The ETag of the item.
public virtual string ETag { get; set; }
Property Value
FloorName
Floor name/number.
public virtual string FloorName { get; set; }
Property Value
FloorSection
Floor section. More specific location within the floor. For example if a floor is divided into sections 'A', 'B' and 'C' this field would identify one of those values.
public virtual string FloorSection { get; set; }
Property Value
Type
Each entry can have a type which indicates standard types of that entry. For example location could be of types default and desk. In addition to standard type an entry can have a custom type and can give it any name. Such types should have 'custom' as type and also have a customType value.
public virtual string Type { get; set; }