View Source GoogleApi.ContentWarehouse.V1.Model.AssistantApiSystemNotificationRestrictionsNotificationChannelState (google_api_content_warehouse v0.4.0)

Notification channels state.

Attributes

  • channelType (type: String.t, default: nil) - Notification channel type.
  • enabled (type: boolean(), default: nil) - Whether the notifications on this channel are enabled.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.AssistantApiSystemNotificationRestrictionsNotificationChannelState{
    channelType: String.t() | nil,
    enabled: boolean() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.