Class CreateConferenceRequest
Inheritance
System.Object
CreateConferenceRequest
Implements
Namespace: Google.Apis.Calendar.v3.Data
Assembly: Google.Apis.Calendar.v3.dll
Syntax
public class CreateConferenceRequest : object, IDirectResponseSchema
Properties
ConferenceSolutionKey
The conference solution, such as Hangouts or Hangouts Meet.
Declaration
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 |
|---|---|
| System.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
public virtual string RequestId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Status
The status of the conference create request.
Declaration
public virtual ConferenceRequestStatus Status { get; set; }
Property Value
| Type | Description |
|---|---|
| ConferenceRequestStatus |