ReportTimeRange

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

Bases: object

TimeRange Object

Methods

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

Attributes

time_from [Required] Gets the time_from of this ReportTimeRange.
time_until [Required] Gets the time_until of this ReportTimeRange.
__init__(**kwargs)

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

Parameters:
  • time_from (datetime) – The value to assign to the time_from property of this ReportTimeRange.
  • time_until (datetime) – The value to assign to the time_until property of this ReportTimeRange.
time_from

[Required] Gets the time_from of this ReportTimeRange. Start Date for the report. An RFC3339 formatted datetime string

Returns:The time_from of this ReportTimeRange.
Return type:datetime
time_until

[Required] Gets the time_until of this ReportTimeRange. End Date for the report. An RFC3339 formatted datetime string

Returns:The time_until of this ReportTimeRange.
Return type:datetime