Class GoogleFirebaseAppdistroV1alphaTerminalAction
An action taken by the AI to end the goal.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseAppDistribution.v1alpha.Data
Assembly: Google.Apis.FirebaseAppDistribution.v1alpha.dll
Syntax
public class GoogleFirebaseAppdistroV1alphaTerminalAction : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Reason
Output only. The reason why this goal was ended.
Declaration
[JsonProperty("reason")]
public virtual string Reason { get; set; }
Property Value
Type | Description |
---|---|
string |
Screenshot
Output only. The screenshot used in the context of this terminal action.
Declaration
[JsonProperty("screenshot")]
public virtual GoogleFirebaseAppdistroV1alphaScreenshot Screenshot { get; set; }
Property Value
Type | Description |
---|---|
GoogleFirebaseAppdistroV1alphaScreenshot |