Show / Hide Table of Contents

Class ConferenceSolution

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

Properties

ETag

The ETag of the item.

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

IconUri

The user-visible icon for this solution.

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

Key

The key which can uniquely identify the conference solution for this event.

Declaration
public virtual ConferenceSolutionKey Key { get; set; }
Property Value
Type Description
ConferenceSolutionKey

Name

The user-visible name of this solution. Not localized.

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

Implements

IDirectResponseSchema
Back to top