Show / Hide Table of Contents

Class ReportMetadataSummary

Summary information about a ReportMetadata.

Inheritance
object
ReportMetadataSummary
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 ReportMetadataSummary

Properties

ColumnMetadata

Declaration
[JsonProperty(PropertyName = "columnMetadata")]
public List<ColumnMetadata> ColumnMetadata { get; set; }
Property Value
Type Description
List<ColumnMetadata>

Column Metadata.

DefaultOrderClause

Declaration
[JsonProperty(PropertyName = "defaultOrderClause")]
public List<OrderClause> DefaultOrderClause { get; set; }
Property Value
Type Description
List<OrderClause>

default order clause for reports.

Description

Declaration
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
Type Description
string

Description of report.

Filters

Declaration
[JsonProperty(PropertyName = "filters")]
public List<ReportFilter> Filters { get; set; }
Property Value
Type Description
List<ReportFilter>

metricMetadata.

Metric

Declaration
[JsonProperty(PropertyName = "metric")]
public string Metric { get; set; }
Property Value
Type Description
string

Metric Name.

Name

Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type Description
string

Name of Report.

Remarks

Required

In this article
Back to top