Show / Hide Table of Contents

Class ConferenceSolution

Inheritance
object
ConferenceSolution
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 ConferenceSolution : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

IconUri

The user-visible icon for this solution.

Declaration
[JsonProperty("iconUri")]
public virtual string IconUri { get; set; }
Property Value
Type Description
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
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX