Class ReportMetadataCollection
Results of a run report .
Inherited Members
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class ReportMetadataCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<ReportMetadataSummary> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<ReportMetadataSummary> | List of ReportMetadata. |
Remarks
Required