Show / Hide Table of Contents

Class CustomerInstanceReportExportCollection

Customer Instance Report export collection.

Inheritance
object
CustomerInstanceReportExportCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top