public sealed class ConferenceSolution : IMessage<ConferenceSolution>, IEquatable<ConferenceSolution>, IDeepCloneable<ConferenceSolution>, IBufferMessage, IMessage
Reference documentation and code samples for the Google.Apps.Script.Type class ConferenceSolution.
Defines conference related values.
Implements
IMessageConferenceSolution, IEquatableConferenceSolution, IDeepCloneableConferenceSolution, IBufferMessage, IMessageNamespace
Google.Apps.Script.Type.CalendarAssembly
Google.Apps.Script.Type.dll
Constructors
ConferenceSolution()
public ConferenceSolution()
ConferenceSolution(ConferenceSolution)
public ConferenceSolution(ConferenceSolution other)
Parameter | |
---|---|
Name | Description |
other | ConferenceSolution |
Properties
Id
public string Id { get; set; }
Required. IDs should be unique across ConferenceSolutions within one add-on, but this is not strictly enforced. It is up to the add-on developer to assign them uniquely, otherwise the wrong ConferenceSolution may be used when the add-on is triggered. While the developer may change the display name of an add-on, the ID should not be changed.
Property Value | |
---|---|
Type | Description |
string |
LogoUrl
public string LogoUrl { get; set; }
Required. The URL for the logo image of the ConferenceSolution.
Property Value | |
---|---|
Type | Description |
string |
Name
public string Name { get; set; }
Required. The display name of the ConferenceSolution.
Property Value | |
---|---|
Type | Description |
string |
OnCreateFunction
public string OnCreateFunction { get; set; }
Required. The endpoint to call when ConferenceData should be created.
Property Value | |
---|---|
Type | Description |
string |