Class GoogleFirebaseAppdistroV1AabInfo
Android App Bundle (AAB) information for a Firebase app.
Implements
Inherited Members
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 |