Class GoogleFirebaseAppdistroV1alphaAiStep
A step to be accomplished by the AI
Implements
Inherited Members
Namespace: Google.Apis.FirebaseAppDistribution.v1alpha.Data
Assembly: Google.Apis.FirebaseAppDistribution.v1alpha.dll
Syntax
public class GoogleFirebaseAppdistroV1alphaAiStep : IDirectResponseSchema
Properties
Assertion
An assertion to be checked by the AI
Declaration
[JsonProperty("assertion")]
public virtual string Assertion { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Goal
A goal to be accomplished by the AI
Declaration
[JsonProperty("goal")]
public virtual string Goal { get; set; }
Property Value
Type | Description |
---|---|
string |