Show / Hide Table of Contents

Class AppsExtensionsMarkupCalendarClientActionMarkupConferenceDataMarkup

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

Inheritance
object
AppsExtensionsMarkupCalendarClientActionMarkupConferenceDataMarkup
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.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
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
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<T><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
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
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<T><AppsExtensionsMarkupCalendarClientActionMarkupConferenceDataMarkupParameter>

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX