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

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.