Class DeployArtifactCollection
Results of a deployment artifact search.
Inherited Members
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class DeployArtifactCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<DeployArtifactSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<DeployArtifactSummary> | Deployment artifact summary items found for the search. |
Remarks
Required