Show / Hide Table of Contents

Class DeployStageOverrideArgumentCollection

Specifies the list of arguments to be overriden per Stage at the time of deployment.

Inheritance
object
DeployStageOverrideArgumentCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class DeployStageOverrideArgumentCollection

Properties

Items

Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<DeployStageOverrideArgument> Items { get; set; }
Property Value
Type Description
List<DeployStageOverrideArgument>

List of artifact override arguments at the time of deployment.

Remarks

Required

In this article
Back to top