AssistantApiSystemNotificationRestrictionsNotificationCategoryState

GoogleApi.ContentWarehouse.V1.Model.AssistantApiSystemNotificationRestrictionsNotificationCategoryState


Table of Contents ▼

Jump to a specific part of the page:

Description

Notification channels state for the new server driven channels.

Attributes List

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

View Attributes

Attributes

  1. categoryId (type: integer(), default: nil)
    - Notification channel type.
  2. disabled (type: boolean(), default: nil)
    - Weather the notifications on this channel are disabled.
  3. disabledReason (type: String.t, default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantApiSystemNotificationRestrictionsNotificationCategoryState{
categoryId: integer() | nil,
disabled: boolean() | nil,
disabledReason: String.t() | nil
}

Function

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

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