Class TimedPromoteReleaseCondition
TimedPromoteReleaseCondition
contains conditions specific to an Automation with a Timed Promote Release rule
defined.
Implements
Inherited Members
Namespace: Google.Apis.CloudDeploy.v1.Data
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class TimedPromoteReleaseCondition : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPromotionTime
object representation of NextPromotionTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use NextPromotionTimeDateTimeOffset instead.")]
public virtual object NextPromotionTime { get; set; }
Property Value
Type | Description |
---|---|
object |
NextPromotionTimeDateTimeOffset
DateTimeOffset representation of NextPromotionTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? NextPromotionTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
NextPromotionTimeRaw
Output only. When the next scheduled promotion(s) will occur.
Declaration
[JsonProperty("nextPromotionTime")]
public virtual string NextPromotionTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
TargetsList
Output only. A list of targets involved in the upcoming timed promotion(s).
Declaration
[JsonProperty("targetsList")]
public virtual IList<Targets> TargetsList { get; set; }
Property Value
Type | Description |
---|---|
IList<Targets> |