Show / Hide Table of Contents

Class EventWorkingLocationProperties.CustomLocationData

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

Inheritance
object
EventWorkingLocationProperties.CustomLocationData
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.CustomLocationData

Properties

Label

An optional extra label for additional information.

Declaration
[JsonProperty("label")]
public virtual string Label { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX