Class AppsExtensionsMarkupCalendarClientActionMarkupConferenceDataMarkupEntryPointMarkup
A way to join the conference.
Inheritance
Implements
Inherited Members
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 |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| 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<T><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 |
|---|---|
| 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 |
|---|---|
| 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 |
|---|---|
| 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 |
|---|---|
| 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 |
|---|---|
| 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 |
|---|---|
| string |
Type
The type of the entry point. Required.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| 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 |
|---|---|
| string |