Class ReportFilter
report filters.
Inherited Members
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. |