View Source GoogleApi.FirebaseHosting.V1beta1.Model.ActingUser (google_api_firebase_hosting v0.17.1)

Contains metadata about the user who performed an action, such as creating a release or finalizing a version.

Attributes

  • email (type: String.t, default: nil) - The email address of the user when the user performed the action.
  • imageUrl (type: String.t, default: nil) - A profile image URL for the user. May not be present if the user has changed their email address or deleted their account.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.FirebaseHosting.V1beta1.Model.ActingUser{
  email: String.t() | nil,
  imageUrl: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.