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