Show / Hide Table of Contents

Class ReportSummary

Summary information about a Report.

Inheritance
object
ReportSummary
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class ReportSummary

Properties

Item

Declaration
[Required(ErrorMessage = "Item is required.")]
[JsonProperty(PropertyName = "item")]
public List<string> Item { get; set; }
Property Value
Type Description
List<string>

Data points.

Remarks

Required

In this article
Back to top