Show / Hide Table of Contents

Class EventWorkingLocationProperties

Inheritance
object
EventWorkingLocationProperties
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.Calendar.v3.Data
Assembly: Google.Apis.Calendar.v3.dll
Syntax
public class EventWorkingLocationProperties : IDirectResponseSchema

Properties

CustomLocation

If present, specifies that the user is working from a custom location.

Declaration
[JsonProperty("customLocation")]
public virtual EventWorkingLocationProperties.CustomLocationData CustomLocation { get; set; }
Property Value
Type Description
EventWorkingLocationProperties.CustomLocationData

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

HomeOffice

If present, specifies that the user is working at home.

Declaration
[JsonProperty("homeOffice")]
public virtual object HomeOffice { get; set; }
Property Value
Type Description
object

OfficeLocation

If present, specifies that the user is working from an office.

Declaration
[JsonProperty("officeLocation")]
public virtual EventWorkingLocationProperties.OfficeLocationData OfficeLocation { get; set; }
Property Value
Type Description
EventWorkingLocationProperties.OfficeLocationData

Type

Type of the working location. Possible values are: - "homeOffice" - The user is working at home. - "officeLocation" - The user is working from an office. - "customLocation" - The user is working from a custom location. Any details are specified in a sub-field of the specified name, but this field may be missing if empty. Any other fields are ignored. Required when adding working location properties.

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