Class ConferenceSolution
Implements
Inherited Members
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 |