Class OfferQuoteCollection
Results of offer quote summaries.
Inherited Members
Namespace: Oci.MarketplaceprivateofferService.Models
Assembly: OCI.DotNetSDK.Marketplaceprivateoffer.dll
Syntax
public class OfferQuoteCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<OfferQuoteSummary> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<OfferQuoteSummary> | List of offer quotes. |
Remarks
Required