Class CustomerInstanceReportExportCollection
Customer Instance Report export collection.
Inherited Members
Namespace: Oci.MarketplacepublisherService.Models
Assembly: OCI.DotNetSDK.Marketplacepublisher.dll
Syntax
public class CustomerInstanceReportExportCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<CustomerInstanceReportExportSummary> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<CustomerInstanceReportExportSummary> | List of Customer Instance Report exports. |
Remarks
Required