Show / Hide Table of Contents

Class TimedPromoteReleaseCondition

TimedPromoteReleaseCondition contains conditions specific to an Automation with a Timed Promote Release rule defined.

Inheritance
object
TimedPromoteReleaseCondition
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 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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX