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