View Source GoogleApi.Chat.V1.Model.SpaceDetails (google_api_chat v0.34.3)

Details about the space including description and rules.

Attributes

  • description (type: String.t, default: nil) - Optional. A description of the space. For example, describe the space's discussion topic, functional purpose, or participants. Supports up to 150 characters.
  • guidelines (type: String.t, default: nil) - Optional. The space's rules, expectations, and etiquette. Supports up to 5,000 characters.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Chat.V1.Model.SpaceDetails{
  description: String.t() | nil,
  guidelines: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.