Show / Hide Table of Contents

Class GoogleFirebaseAppdistroV1alphaUpdateTestCaseRequest

The request message for UpdateTestCase.

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

Properties

AllowMissing

Optional. If set to true, and the test case is not found, a new test case will be created.

Declaration
[JsonProperty("allowMissing")]
public virtual bool? AllowMissing { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

TestCase

Required. The test case to update. The test case's name field is used to identify the test case to update. Format: projects/{project_number}/apps/{app}/testCases/{test_case}

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX