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

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Storage.V1.Model.ServiceAccount{
  email_address: String.t() | nil,
  kind: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.