Show / Hide Table of Contents

Class ReportFilter

report filters.

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

Properties

Description

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

Filter description.

Name

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

Filter Name.

Remarks

Required

ValueSource

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

Filter value source.

In this article
Back to top