Class DeliveredArtifactCollection
Specifies the list of artifacts delivered through the Deliver Artifacts stage.
Inherited Members
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class DeliveredArtifactCollectionProperties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<DeliveredArtifact> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<DeliveredArtifact> | List of artifacts delivered through the Deliver Artifacts stage. | 
Remarks
Required