Show / Hide Table of Contents

Class GoogleFirebaseAppdistroV1alphaAssertionDetails

Details for an assertion step.

Inheritance
object
GoogleFirebaseAppdistroV1alphaAssertionDetails
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 GoogleFirebaseAppdistroV1alphaAssertionDetails : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Explanation

Output only. An explanation justifying the assertion result.

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

Result

Output only. The result of the assertion.

Declaration
[JsonProperty("result")]
public virtual bool? Result { get; set; }
Property Value
Type Description
bool?

Screenshot

Output only. The screenshot used in the context of this assertion.

Declaration
[JsonProperty("screenshot")]
public virtual GoogleFirebaseAppdistroV1alphaScreenshot Screenshot { get; set; }
Property Value
Type Description
GoogleFirebaseAppdistroV1alphaScreenshot

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX