Show / Hide Table of Contents

Class GoogleFirebaseAppdistroV1alphaApp

An app.

Inheritance
object
GoogleFirebaseAppdistroV1alphaApp
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.FirebaseAppDistribution.v1alpha.Data
Assembly: Google.Apis.FirebaseAppDistribution.v1alpha.dll
Syntax
public class GoogleFirebaseAppdistroV1alphaApp : IDirectResponseSchema

Properties

AabCertificate

App bundle test certificate generated for the app.

Declaration
[JsonProperty("aabCertificate")]
public virtual GoogleFirebaseAppdistroV1alphaAabCertificate AabCertificate { get; set; }
Property Value
Type Description
GoogleFirebaseAppdistroV1alphaAabCertificate

AabState

App bundle state. Only valid for android apps. The app_view field in the request must be set to FULL in order for this to be populated.

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

AppId

Firebase gmp app id

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

BundleId

Bundle identifier

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

ContactEmail

Developer contact email for testers to reach out to about privacy or support issues.

Declaration
[JsonProperty("contactEmail")]
public virtual string ContactEmail { 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

Platform

iOS or Android

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

ProjectNumber

Project number of the Firebase project, for example 300830567303.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX