Show / Hide Table of Contents

Class GoogleFirebaseAppdistroV1alphaTestQuota

Customer quota information for ReleaseTests. Note: This quota only applies to tests with AiInstructions and is separate from the quota which might apply to the device time used by any tests.

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

Properties

ETag

The ETag of the item.

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

Limit

Output only. Maximum number of ReleaseTests allotted for the current month.

Declaration
[JsonProperty("limit")]
public virtual long? Limit { get; set; }
Property Value
Type Description
long?

Name

Identifier. The name of the TestQuota resource. Format: projects/{project_number}/testQuota

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

Usage

Output only. Number of ReleaseTests run in the current month

Declaration
[JsonProperty("usage")]
public virtual long? Usage { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX