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