Class ReportCollection
A collection of reports that match the parameters of the request.
Inherited Members
Namespace: Oci.MarketplaceService.Models
Assembly: OCI.DotNetSDK.Marketplace.dll
Syntax
public class ReportCollectionProperties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<ReportSummary> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<ReportSummary> | An array of reports. | 
Remarks
Required