View Source GoogleApi.Chat.V1.Model.AccessSettings (google_api_chat v0.39.1)

Represents the access setting of the space.

Attributes

  • accessState (type: String.t, default: nil) - Output only. Indicates the access state of the space.
  • audience (type: String.t, default: nil) - Optional. The resource name of the target audience who can discover the space, join the space, and preview the messages in the space. If unset, only users or Google Groups who have been individually invited or added to the space can access it. For details, see Make a space discoverable to a target audience. Format: audiences/{audience} To use the default target audience for the Google Workspace organization, set to audiences/default.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Chat.V1.Model.AccessSettings{
  accessState: String.t() | nil,
  audience: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.