Table of Contents

Class CreateConferenceRequest

Namespace
Google.Apis.Calendar.v3.Data
Assembly
Google.Apis.Calendar.v3.dll
public class CreateConferenceRequest : IDirectResponseSchema
Inheritance
CreateConferenceRequest
Implements
IDirectResponseSchema
Inherited Members

Constructors

CreateConferenceRequest()

public CreateConferenceRequest()

Properties

ConferenceSolutionKey

The conference solution, such as Hangouts or Google Meet.

public virtual ConferenceSolutionKey ConferenceSolutionKey { get; set; }

Property Value

ConferenceSolutionKey

ETag

The ETag of the item.

public virtual string ETag { get; set; }

Property Value

string

RequestId

The client-generated unique ID for this request. Clients should regenerate this ID for every new request. If an ID provided is the same as for the previous request, the request is ignored.

public virtual string RequestId { get; set; }

Property Value

string

Status

The status of the conference create request.

public virtual ConferenceRequestStatus Status { get; set; }

Property Value

ConferenceRequestStatus