Class GoogleFirebaseAppdistroV1alphaAiStepResult
Captures the results of an AiStep
Implements
Inherited Members
Namespace: Google.Apis.FirebaseAppDistribution.v1alpha.Data
Assembly: Google.Apis.FirebaseAppDistribution.v1alpha.dll
Syntax
public class GoogleFirebaseAppdistroV1alphaAiStepResult : IDirectResponseSchema
Properties
AssertionDetails
Output only. Details for an assertion step.
Declaration
[JsonProperty("assertionDetails")]
public virtual GoogleFirebaseAppdistroV1alphaAssertionDetails AssertionDetails { get; set; }
Property Value
Type | Description |
---|---|
GoogleFirebaseAppdistroV1alphaAssertionDetails |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GoalDetails
Output only. Details for a goal step.
Declaration
[JsonProperty("goalDetails")]
public virtual GoogleFirebaseAppdistroV1alphaGoalDetails GoalDetails { get; set; }
Property Value
Type | Description |
---|---|
GoogleFirebaseAppdistroV1alphaGoalDetails |
State
Output only. The current state of the step
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |
Step
Required. The step performed by the AI
Declaration
[JsonProperty("step")]
public virtual GoogleFirebaseAppdistroV1alphaAiStep Step { get; set; }
Property Value
Type | Description |
---|---|
GoogleFirebaseAppdistroV1alphaAiStep |