Class DeploymentArgumentCollection
Specifies list of arguments passed along with the deployment.
Inherited Members
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class DeploymentArgumentCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<DeploymentArgument> Items { get; set; }
Property Value
Type | Description |
---|---|
List<DeploymentArgument> | List of arguments provided at the time of deployment. |
Remarks
Required