Show / Hide Table of Contents

Class GoogleFirebaseAppdistroV1alphaTerminalAction

An action taken by the AI to end the goal.

Inheritance
object
GoogleFirebaseAppdistroV1alphaTerminalAction
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX