Show / Hide Table of Contents

Class UserMetadata

Version control metadata for a user associated with a resolved codebase. Currently assumes a Git user.

Inheritance
object
UserMetadata
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.FirebaseAppHosting.v1.Data
Assembly: Google.Apis.FirebaseAppHosting.v1.dll
Syntax
public class UserMetadata : IDirectResponseSchema

Properties

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

Email

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX