Class ConferenceSolution (1.1.0)

public sealed class ConferenceSolution : IMessage<ConferenceSolution>, IEquatable<ConferenceSolution>, IDeepCloneable<ConferenceSolution>, IBufferMessage, IMessage

Defines conference related values.

Inheritance

Object > ConferenceSolution

Namespace

Google.Apps.Script.Type.Calendar

Assembly

Google.Apps.Script.Type.dll

Constructors

ConferenceSolution()

public ConferenceSolution()

ConferenceSolution(ConferenceSolution)

public ConferenceSolution(ConferenceSolution other)
Parameter
NameDescription
otherConferenceSolution

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
TypeDescription
String

LogoUrl

public string LogoUrl { get; set; }

Required. The URL for the logo image of the ConferenceSolution.

Property Value
TypeDescription
String

Name

public string Name { get; set; }

Required. The display name of the ConferenceSolution.

Property Value
TypeDescription
String

OnCreateFunction

public string OnCreateFunction { get; set; }

Required. The endpoint to call when ConferenceData should be created.

Property Value
TypeDescription
String