Show / Hide Table of Contents

Class UserLocation

JSON template for a location entry.

Inheritance
object
UserLocation
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Admin.Directory.directory_v1.Data
Assembly: Google.Apis.Admin.Directory.directory_v1.dll
Syntax
public class UserLocation : IDirectResponseSchema

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.''

Declaration
[JsonProperty("area")]
public virtual string Area { get; set; }
Property Value
Type Description
string

BuildingId

Building Identifier.

Declaration
[JsonProperty("buildingId")]
public virtual string BuildingId { get; set; }
Property Value
Type Description
string

CustomType

Custom Type.

Declaration
[JsonProperty("customType")]
public virtual string CustomType { get; set; }
Property Value
Type Description
string

DeskCode

Most specific textual code of 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

FloorName

Floor name/number.

Declaration
[JsonProperty("floorName")]
public virtual string FloorName { get; set; }
Property Value
Type Description
string

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.

Declaration
[JsonProperty("floorSection")]
public virtual string FloorSection { get; set; }
Property Value
Type Description
string

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.

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX