View Source GoogleApi.Storage.V1.Model.Notifications (google_api_storage v0.45.0)
A list of notification subscriptions.
Attributes
-
items
(type:list(GoogleApi.Storage.V1.Model.Notification.t)
, default:nil
) - The list of items. -
kind
(type:String.t
, default:storage#notifications
) - The kind of item this is. For lists of notifications, this is always storage#notifications.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Storage.V1.Model.Notifications{ items: [GoogleApi.Storage.V1.Model.Notification.t()] | nil, kind: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.