google_api_storage v0.6.0 GoogleApi.Storage.V1.Model.ServiceAccount View Source

A subscription to receive Google PubSub notifications.

Attributes

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

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.Storage.V1.Model.ServiceAccount{
  email_address: any(),
  kind: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.