Class ConferenceSolutionKey
public class ConferenceSolutionKey : IDirectResponseSchema
- Inheritance
-
ConferenceSolutionKey
- Implements
-
IDirectResponseSchema
- Inherited Members
Constructors
ConferenceSolutionKey()
public ConferenceSolutionKey()
Properties
ETag
The ETag of the item.
public virtual string ETag { get; set; }
Property Value
Type
The conference solution type. If a client encounters an unfamiliar or empty type, it should still be able to display the entry points. However, it should disallow modifications. The possible values are: - "eventHangout" for Hangouts for consumers (http://hangouts.google.com) - "eventNamedHangout" for classic Hangouts for Google Workspace users (http://hangouts.google.com) - "hangoutsMeet" for Google Meet (http://meet.google.com) - "addOn" for 3P conference providers
public virtual string Type { get; set; }