AssistantApiSystemNotificationRestrictions

GoogleApi.ContentWarehouse.V1.Model.AssistantApiSystemNotificationRestrictions


Table of Contents ▼

Jump to a specific part of the page:

Description

Restrictions related to system-level notifications.

Attributes List

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

View Attributes

Attributes

  1. categoryState (type: list(GoogleApi.ContentWarehouse.V1.Model.AssistantApiSystemNotificationRestrictionsNotificationCategoryState), default: nil)
    -
  2. channelState (type: list(GoogleApi.ContentWarehouse.V1.Model.AssistantApiSystemNotificationRestrictionsNotificationChannelState), default: nil)
    -
  3. notificationCapabilities (type: String.t, default: nil)
    - Specifies whether the surface is able to display notifications.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantApiSystemNotificationRestrictions{
categoryState: [ GoogleApi.ContentWarehouse.V1.Model.AssistantApiSystemNotificationRestrictionsNotificationCategoryState.t() ] | nil,
channelState: [ GoogleApi.ContentWarehouse.V1.Model.AssistantApiSystemNotificationRestrictionsNotificationChannelState.t() ] | nil,
notificationCapabilities: String.t() | nil
}

Function

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

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