A list of notification subscriptions.
Attributes
-
items(type:list(Googly.CloudStorage.Model.Notification.t())) - The list of items. -
kind(type:String.t()) - The kind of item this is. For lists of notifications, this is always storage#notifications.
Summary
Types
@type t() :: %Googly.CloudStorage.Model.Notifications{ items: [Googly.CloudStorage.Model.Notification.t()] | nil, kind: String.t() | nil }