Class TargetsPresentCondition
TargetsPresentCondition
contains information on any Targets referenced in the Delivery Pipeline that do not
actually exist.
Implements
Inherited Members
Namespace: Google.Apis.CloudDeploy.v1.Data
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class TargetsPresentCondition : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MissingTargets
The list of Target names that do not exist. For example,
projects/{project_id}/locations/{location_name}/targets/{target_name}
.
Declaration
[JsonProperty("missingTargets")]
public virtual IList<string> MissingTargets { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Status
True if there aren't any missing Targets.
Declaration
[JsonProperty("status")]
public virtual bool? Status { get; set; }
Property Value
Type | Description |
---|---|
bool? |
UpdateTime
object representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
UpdateTimeDateTimeOffset
DateTimeOffset representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
UpdateTimeRaw
Last time the condition was updated.
Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |