Show / Hide Table of Contents

Class EndCondition

The condition that a Waiter resource is waiting for.

Inheritance
object
EndCondition
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.CloudRuntimeConfig.v1beta1.Data
Assembly: Google.Apis.CloudRuntimeConfig.v1beta1.dll
Syntax
public class EndCondition : IDirectResponseSchema

Properties

Cardinality

The cardinality of the EndCondition.

Declaration
[JsonProperty("cardinality")]
public virtual Cardinality Cardinality { get; set; }
Property Value
Type Description
Cardinality

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX