Google.Apps.Script.Type - Class ConferenceSolution (2.3.0)

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.

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