Class TargetsTypeCondition
TargetsTypeCondition contains information on whether the Targets defined in the Delivery Pipeline are of the same type.
Implements
Inherited Members
Namespace: Google.Apis.CloudDeploy.v1.Data
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class TargetsTypeCondition : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ErrorDetails
Human readable error message.
Declaration
[JsonProperty("errorDetails")]
public virtual string ErrorDetails { get; set; }
Property Value
Type | Description |
---|---|
string |
Status
True if the targets are all a comparable type. For example this is true if all targets are GKE clusters. This is false if some targets are Cloud Run targets and others are GKE clusters.
Declaration
[JsonProperty("status")]
public virtual bool? Status { get; set; }
Property Value
Type | Description |
---|---|
bool? |