Class CreateDeliverArtifactStageDetails
Specifies the Deliver Artifacts stage.
Inherited Members
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class CreateDeliverArtifactStageDetails : CreateBuildPipelineStageDetailsProperties
DeliverArtifactCollection
Declaration
[Required(ErrorMessage = "DeliverArtifactCollection is required.")]
[JsonProperty(PropertyName = "deliverArtifactCollection")]
public DeliverArtifactCollection DeliverArtifactCollection { get; set; }Property Value
| Type | Description | 
|---|---|
| DeliverArtifactCollection | 
Remarks
Required