Show / Hide Table of Contents

Class SourceUserMetadata

Deprecated: Not used. Metadata for the user who started the build.

Inheritance
object
SourceUserMetadata
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 SourceUserMetadata : IDirectResponseSchema

Properties

DisplayName

Output only. Deprecated: Not used. The user-chosen displayname. May be empty.

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. Deprecated: Not used. The account email linked to the EUC that created the build. May be a service account or other robot account.

Declaration
[JsonProperty("email")]
public virtual string Email { get; set; }
Property Value
Type Description
string

ImageUri

Output only. Deprecated: Not used. The URI of a profile photo associated with the user who created the build.

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