Google Workspace Add-ons V1 API - Class Google::Apps::Script::Type::Calendar::ConferenceSolution (v0.2.0)

Reference documentation and code samples for the Google Workspace Add-ons V1 API class Google::Apps::Script::Type::Calendar::ConferenceSolution.

Defines conference related values.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#id

def id() -> ::String
Returns
  • (::String) — 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.

#id=

def id=(value) -> ::String
Parameter
  • value (::String) — 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.
Returns
  • (::String) — 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.

#logo_url

def logo_url() -> ::String
Returns
  • (::String) — Required. The URL for the logo image of the ConferenceSolution.

#logo_url=

def logo_url=(value) -> ::String
Parameter
  • value (::String) — Required. The URL for the logo image of the ConferenceSolution.
Returns
  • (::String) — Required. The URL for the logo image of the ConferenceSolution.

#name

def name() -> ::String
Returns
  • (::String) — Required. The display name of the ConferenceSolution.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. The display name of the ConferenceSolution.
Returns
  • (::String) — Required. The display name of the ConferenceSolution.

#on_create_function

def on_create_function() -> ::String
Returns
  • (::String) — Required. The endpoint to call when ConferenceData should be created.

#on_create_function=

def on_create_function=(value) -> ::String
Parameter
  • value (::String) — Required. The endpoint to call when ConferenceData should be created.
Returns
  • (::String) — Required. The endpoint to call when ConferenceData should be created.