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