Class GoogleFirebaseAppdistroV1alphaAssertionDetails
Details for an assertion step.
Implements
Inherited Members
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 |