Show / Hide Table of Contents

Class ConferenceParametersAddOnParameters

Inheritance
System.Object
ConferenceParametersAddOnParameters
Implements
IDirectResponseSchema
Namespace: Google.Apis.Calendar.v3.Data
Assembly: Google.Apis.Calendar.v3.dll
Syntax
public class ConferenceParametersAddOnParameters : object, IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Parameters

Declaration
public virtual IDictionary<string, string> Parameters { get; set; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, System.String>

Implements

IDirectResponseSchema
Back to top