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

Restrictions related to system-level notifications.

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@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
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.