Google Chat V1 API - Class Google::Apps::Chat::V1::ChatSpaceLinkData (v0.4.0)

Reference documentation and code samples for the Google Chat V1 API class Google::Apps::Chat::V1::ChatSpaceLinkData.

Data for Chat space links.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#message

def message() -> ::String
Returns
  • (::String) — The message of the linked Chat space resource.

    Format: spaces/{space}/messages/{message}

#message=

def message=(value) -> ::String
Parameter
  • value (::String) — The message of the linked Chat space resource.

    Format: spaces/{space}/messages/{message}

Returns
  • (::String) — The message of the linked Chat space resource.

    Format: spaces/{space}/messages/{message}

#space

def space() -> ::String
Returns
  • (::String) — The space of the linked Chat space resource.

    Format: spaces/{space}

#space=

def space=(value) -> ::String
Parameter
  • value (::String) — The space of the linked Chat space resource.

    Format: spaces/{space}

Returns
  • (::String) — The space of the linked Chat space resource.

    Format: spaces/{space}

#thread

def thread() -> ::String
Returns
  • (::String) — The thread of the linked Chat space resource.

    Format: spaces/{space}/threads/{thread}

#thread=

def thread=(value) -> ::String
Parameter
  • value (::String) — The thread of the linked Chat space resource.

    Format: spaces/{space}/threads/{thread}

Returns
  • (::String) — The thread of the linked Chat space resource.

    Format: spaces/{space}/threads/{thread}