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

Copy Markdown View Source

A subscription to receive Google PubSub notifications.

Attributes

  • email_address (type: String.t()) - The ID of the notification.
  • kind (type: String.t()) - The kind of item this is. For notifications, this is always storage#notification.

Summary

Types

t()

@type t() :: %Googly.CloudStorage.Model.ServiceAccount{
  email_address: String.t() | nil,
  kind: String.t() | nil
}