Class ActingUser
Contains metadata about the user who performed an action, such as creating a release or finalizing a version.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseHosting.v1beta1.Data
Assembly: Google.Apis.FirebaseHosting.v1beta1.dll
Syntax
public class ActingUser : IDirectResponseSchemaProperties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
The email address of the user when the user performed the action.
Declaration
[JsonProperty("email")]
public virtual string Email { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
ImageUrl
A profile image URL for the user. May not be present if the user has changed their email address or deleted their account.
Declaration
[JsonProperty("imageUrl")]
public virtual string ImageUrl { get; set; }Property Value
| Type | Description | 
|---|---|
| string |