View Source GoogleApi.Chat.V1.Model.PermissionSetting (google_api_chat v0.41.6)

Represents a space permission setting.

Attributes

  • managersAllowed (type: boolean(), default: nil) - Optional. Whether spaces managers have this permission.
  • membersAllowed (type: boolean(), default: nil) - Optional. Whether non-manager members have this permission.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Chat.V1.Model.PermissionSetting{
  managersAllowed: boolean() | nil,
  membersAllowed: boolean() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.