Show / Hide Table of Contents

Class ReleaseCondition

ReleaseCondition contains all conditions relevant to a Release.

Inheritance
object
ReleaseCondition
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.CloudDeploy.v1.Data
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class ReleaseCondition : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

ReleaseReadyCondition

Details around the Releases's overall status.

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

SkaffoldSupportedCondition

Details around the support state of the release's Skaffold version.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX