Show / Hide Table of Contents

Class GoogleFirebaseAppdistroV1alphaReleaseTest

The results of running an automated test on a release.

Inheritance
object
GoogleFirebaseAppdistroV1alphaReleaseTest
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 GoogleFirebaseAppdistroV1alphaReleaseTest : IDirectResponseSchema

Properties

AiInstructions

Optional. Instructions for AI driven test.

Declaration
[JsonProperty("aiInstructions")]
public virtual GoogleFirebaseAppdistroV1alphaAiInstructions AiInstructions { get; set; }
Property Value
Type Description
GoogleFirebaseAppdistroV1alphaAiInstructions

CreateTime

object representation of CreateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type Description
object

CreateTimeDateTimeOffset

DateTimeOffset representation of CreateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CreateTimeRaw

Output only. Timestamp when the test was run.

Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type Description
string

DeviceExecutions

Required. The results of the test on each device.

Declaration
[JsonProperty("deviceExecutions")]
public virtual IList<GoogleFirebaseAppdistroV1alphaDeviceExecution> DeviceExecutions { get; set; }
Property Value
Type Description
IList<GoogleFirebaseAppdistroV1alphaDeviceExecution>

DisplayName

Optional. Display name of the release test. Required if the release test is created with multiple goals.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { 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

LoginCredential

Optional. Input only. Login credentials for the test. Input only.

Declaration
[JsonProperty("loginCredential")]
public virtual GoogleFirebaseAppdistroV1alphaLoginCredential LoginCredential { get; set; }
Property Value
Type Description
GoogleFirebaseAppdistroV1alphaLoginCredential

Name

The name of the release test resource. Format: projects/{project_number}/apps/{app_id}/releases/{release_id}/tests/{test_id}

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

TestCase

Optional. The test case that was used to generate this release test. Note: The test case may have changed or been deleted since the release test was created. Format: projects/{project_number}/apps/{app}/testCases/{test_case}

Declaration
[JsonProperty("testCase")]
public virtual string TestCase { get; set; }
Property Value
Type Description
string

TestState

Output only. The state of the release test.

Declaration
[JsonProperty("testState")]
public virtual string TestState { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX