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