Googly.CloudStorage.Model.Notifications (googly_cloud_storage v0.1.0)

Copy Markdown View Source

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

t()

@type t() :: %Googly.CloudStorage.Model.Notifications{
  items: [Googly.CloudStorage.Model.Notification.t()] | nil,
  kind: String.t() | nil
}