AssistantApiSystemNotificationRestrictionsNotificationChannelState

GoogleApi.ContentWarehouse.V1.Model.AssistantApiSystemNotificationRestrictionsNotificationChannelState


Table of Contents ▼

Jump to a specific part of the page:

Description

Notification channels state.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

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

Type

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

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.AssistantApiSystemNotificationRestrictionsNotificationChannelState