google_api_firebase_hosting v0.6.0 GoogleApi.FirebaseHosting.V1beta1.Model.ActingUser 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

Link to this type

t()

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

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.