Show / Hide Table of Contents

Class AppsExtensionsMarkupCalendarClientActionMarkupConferenceDataMarkup

Markup that defines conference data associated to a Google Calendar event.

Inheritance
System.Object
AppsExtensionsMarkupCalendarClientActionMarkupConferenceDataMarkup
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 AppsExtensionsMarkupCalendarClientActionMarkupConferenceDataMarkup : IDirectResponseSchema

Properties

ConferenceId

Unique identifier for this conference data. Maximum 512 characters long.

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

ConferenceSolutionId

An identifier of the conferencing solution. Must match a value from the deployment's calendar.conferenceSolution.id field.

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

EntryPoints

Entry points to the conference. Maximum 300 entry points are allowed.

Declaration
[JsonProperty("entryPoints")]
public virtual IList<AppsExtensionsMarkupCalendarClientActionMarkupConferenceDataMarkupEntryPointMarkup> EntryPoints { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<AppsExtensionsMarkupCalendarClientActionMarkupConferenceDataMarkupEntryPointMarkup>

Error

If set, it means an error occurred during conference creation.

Declaration
[JsonProperty("error")]
public virtual AppsExtensionsMarkupCalendarClientActionMarkupConferenceDataMarkupError Error { get; set; }
Property Value
Type Description
AppsExtensionsMarkupCalendarClientActionMarkupConferenceDataMarkupError

ETag

The ETag of the item.

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

Note

Additional notes (such as instructions from the administrator, legal notices) to display to the user. Can contain HTML. Max length 2048 characters.

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

Parameters

Additional add-on parameters. Maximum 300 parameters are allowed.

Declaration
[JsonProperty("parameters")]
public virtual IList<AppsExtensionsMarkupCalendarClientActionMarkupConferenceDataMarkupParameter> Parameters { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<AppsExtensionsMarkupCalendarClientActionMarkupConferenceDataMarkupParameter>

Implements

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