Class OfferCollection
Results of a offers search. Contains boh OfferSummary items and other information, such as metadata.
Inherited Members
Namespace: Oci.MarketplaceprivateofferService.Models
Assembly: OCI.DotNetSDK.Marketplaceprivateoffer.dll
Syntax
public class OfferCollectionProperties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<OfferSummary> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<OfferSummary> | List of offers. | 
Remarks
Required