GoogleApi.Chat.V1.Model.SpaceNotificationSetting (google_api_chat v0.43.0)

View Source

The notification setting of a user in a space.

Attributes

  • muteSetting (type: String.t, default: nil) - The space notification mute setting.
  • name (type: String.t, default: nil) - Identifier. The resource name of the space notification setting. Format: users/{user}/spaces/{space}/spaceNotificationSetting.
  • notificationSetting (type: String.t, default: nil) - The notification setting.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Chat.V1.Model.SpaceNotificationSetting{
  muteSetting: String.t() | nil,
  name: String.t() | nil,
  notificationSetting: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.