GoogleApi.Storage.V1.Model.ServiceAccount (google_api_storage v0.29.0) View Source

A subscription to receive Google PubSub notifications.

Attributes

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

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.ServiceAccount{
  email_address: String.t() | nil,
  kind: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.