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