Class GoogleFirebaseAppdistroV1TestCertificate
App bundle test certificate
Implements
Inherited Members
Namespace: Google.Apis.FirebaseAppDistribution.v1.Data
Assembly: Google.Apis.FirebaseAppDistribution.v1.dll
Syntax
public class GoogleFirebaseAppdistroV1TestCertificate : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HashMd5
Hex string of MD5 hash of the test certificate used to resign the AAB
Declaration
[JsonProperty("hashMd5")]
public virtual string HashMd5 { get; set; }
Property Value
Type | Description |
---|---|
string |
HashSha1
Hex string of SHA1 hash of the test certificate used to resign the AAB
Declaration
[JsonProperty("hashSha1")]
public virtual string HashSha1 { get; set; }
Property Value
Type | Description |
---|---|
string |
HashSha256
Hex string of SHA256 hash of the test certificate used to resign the AAB
Declaration
[JsonProperty("hashSha256")]
public virtual string HashSha256 { get; set; }
Property Value
Type | Description |
---|---|
string |