Class UserMetadata
Version control metadata for a user associated with a resolved codebase. Currently assumes a Git user.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseAppHosting.v1.Data
Assembly: Google.Apis.FirebaseAppHosting.v1.dll
Syntax
public class UserMetadata : IDirectResponseSchemaProperties
DisplayName
Output only. The 'name' field in a Git user's git.config. Required by Git.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Output only. The 'email' field in a Git user's git.config, if available.
Declaration
[JsonProperty("email")]
public virtual string Email { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
ImageUri
Output only. The URI of an image file associated with the user's account in an external source control provider, if available.
Declaration
[JsonProperty("imageUri")]
public virtual string ImageUri { get; set; }Property Value
| Type | Description | 
|---|---|
| string |