Show / Hide Table of Contents

Class AppsExtensionsMarkupCalendarClientActionMarkupConferenceDataMarkupEntryPointMarkup

A way to join the conference.

Inheritance
System.Object
AppsExtensionsMarkupCalendarClientActionMarkupConferenceDataMarkupEntryPointMarkup
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class AppsExtensionsMarkupCalendarClientActionMarkupConferenceDataMarkupEntryPointMarkup : IDirectResponseSchema

Properties

AccessCode

An access code for accessing the conference. Maximum 128 characters long.

Declaration
[JsonProperty("accessCode")]
public virtual string AccessCode { get; set; }
Property Value
Type Description
System.String

ETag

The ETag of the item.

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

Features

Features of the entry point, such as being toll or toll-free. One entry point can have multiple features.

Declaration
[JsonProperty("features")]
public virtual IList<string> Features { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>

Label

The label of the entry point to display to the user. Maximum 512 characters long.

Declaration
[JsonProperty("label")]
public virtual string Label { get; set; }
Property Value
Type Description
System.String

MeetingCode

A meeting code for accessing the conference. Maximum 128 characters long.

Declaration
[JsonProperty("meetingCode")]
public virtual string MeetingCode { get; set; }
Property Value
Type Description
System.String

Passcode

A passcode for accessing the conference. Maximum 128 characters long.

Declaration
[JsonProperty("passcode")]
public virtual string Passcode { get; set; }
Property Value
Type Description
System.String

Password

A password for accessing the conference. Maximum 128 characters long.

Declaration
[JsonProperty("password")]
public virtual string Password { get; set; }
Property Value
Type Description
System.String

Pin

A PIN for accessing the conference. Maximum 128 characters long.

Declaration
[JsonProperty("pin")]
public virtual string Pin { get; set; }
Property Value
Type Description
System.String

RegionCode

The CLDR/ISO 3166 region code for the country associated with this entry point. Applicable only to Type.PHONE.

Declaration
[JsonProperty("regionCode")]
public virtual string RegionCode { get; set; }
Property Value
Type Description
System.String

Type

The type of the entry point. Required.

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

Uri

A URI for joining the conference. Supports tel: and http(s): and should be at most 1300 characters long. Required.

Declaration
[JsonProperty("uri")]
public virtual string Uri { get; set; }
Property Value
Type Description
System.String

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top