Class CustomerInstanceReportRecordCollection
Customer instance report
Inherited Members
Namespace: Oci.MarketplacepublisherService.Models
Assembly: OCI.DotNetSDK.Marketplacepublisher.dll
Syntax
public class CustomerInstanceReportRecordCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<CustomerInstanceReportRecord> Items { get; set; }
Property Value
Type | Description |
---|---|
List<CustomerInstanceReportRecord> | List of customer instance report records. |
Remarks
Required