Show / Hide Table of Contents

Class ConferenceSolution

Inheritance
System.Object
ConferenceSolution
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Calendar.v3.Data
Assembly: Google.Apis.Calendar.v3.dll
Syntax
public class ConferenceSolution : 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
[JsonProperty("iconUri")]
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
[JsonProperty("key")]
public virtual ConferenceSolutionKey Key { get; set; }
Property Value
Type Description
ConferenceSolutionKey

Name

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

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
Back to top