google_api_chat v0.1.0 GoogleApi.Chat.V1.Model.Space View Source

A room or DM in Hangouts Chat.

Attributes

  • displayName (String.t): Output only. The display name (only if the space is a room). Defaults to: null.
  • name (String.t): Resource name of the space, in the form "spaces/*". Example: spaces/AAAAMpdlehYs Defaults to: null.
  • type (String.t): Output only. The type of a space. Defaults to: null.

    • Enum - one of [TYPE_UNSPECIFIED, ROOM, DM]

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.Chat.V1.Model.Space{
  displayName: any(),
  name: any(),
  type: any()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.