google_api_storage v0.25.1 GoogleApi.Storage.V1.Model.Notifications View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Storage.V1.Model.Notifications{ items: [GoogleApi.Storage.V1.Model.Notification.t()], kind: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.