Show / Hide Table of Contents

Class GoogleFirebaseAppdistroV1TestCertificate

App bundle test certificate

Inheritance
object
GoogleFirebaseAppdistroV1TestCertificate
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX