Show / Hide Table of Contents

Class GoogleFirebaseAppdistroV1AabInfo

Android App Bundle (AAB) information for a Firebase app.

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

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

IntegrationState

App bundle integration state. Only valid for android apps.

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

Name

The name of the AabInfo resource. Format: projects/{project_number}/apps/{app}/aabInfo

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

TestCertificate

App bundle test certificate generated for the app. Set after the first app bundle is uploaded for this app.

Declaration
[JsonProperty("testCertificate")]
public virtual GoogleFirebaseAppdistroV1TestCertificate TestCertificate { get; set; }
Property Value
Type Description
GoogleFirebaseAppdistroV1TestCertificate

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX