Class ArtifactCollection
Results of the artifact search. Contains the artifact items.
Inherited Members
Namespace: Oci.MarketplacepublisherService.Models
Assembly: OCI.DotNetSDK.Marketplacepublisher.dll
Syntax
public class ArtifactCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<ArtifactSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<ArtifactSummary> | List of artifact summary. |
Remarks
Required