Show / Hide Table of Contents

Class CreateConferenceRequest

Inheritance
object
CreateConferenceRequest
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.Calendar.v3.Data
Assembly: Google.Apis.Calendar.v3.dll
Syntax
public class CreateConferenceRequest : IDirectResponseSchema

Properties

ConferenceSolutionKey

The conference solution, such as Hangouts or Google Meet.

Declaration
[JsonProperty("conferenceSolutionKey")]
public virtual ConferenceSolutionKey ConferenceSolutionKey { get; set; }
Property Value
Type Description
ConferenceSolutionKey

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
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.

Declaration
[JsonProperty("requestId")]
public virtual string RequestId { get; set; }
Property Value
Type Description
string

Status

The status of the conference create request.

Declaration
[JsonProperty("status")]
public virtual ConferenceRequestStatus Status { get; set; }
Property Value
Type Description
ConferenceRequestStatus

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX