ReportFilter

class oci.fleet_apps_management.models.ReportFilter(**kwargs)

Bases: object

report filters.

Methods

__init__(**kwargs) Initializes a new ReportFilter object with values from keyword arguments.

Attributes

description Gets the description of this ReportFilter.
name [Required] Gets the name of this ReportFilter.
value_source Gets the value_source of this ReportFilter.
__init__(**kwargs)

Initializes a new ReportFilter object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • name (str) – The value to assign to the name property of this ReportFilter.
  • description (str) – The value to assign to the description property of this ReportFilter.
  • value_source (str) – The value to assign to the value_source property of this ReportFilter.
description

Gets the description of this ReportFilter. Filter description.

Returns:The description of this ReportFilter.
Return type:str
name

[Required] Gets the name of this ReportFilter. Filter Name.

Returns:The name of this ReportFilter.
Return type:str
value_source

Gets the value_source of this ReportFilter. Filter value source.

Returns:The value_source of this ReportFilter.
Return type:str