Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.21 KB

GetAnalyticsIncidentsRequest.md

File metadata and controls

30 lines (24 loc) · 1.21 KB

PagerDutyOpenapiClient::GetAnalyticsIncidentsRequest

Properties

Name Type Description Notes
filters GetAnalyticsIncidentsRequestFilters [optional]
starting_after String A cursor to indicate the reference point that the results should follow [optional]
ending_before String A cursor to indicate the reference point that the results should precede [optional]
order String The order the results; asc for ascending, desc for descending. Defaults to 'desc'. [optional]
order_by String The column to use for ordering the results. Defaults to 'created_at'. [optional]
limit Integer Number of results to include in each batch. Limits between 1 to 1000 are accepted. [optional]
time_zone String The time zone to use for the results. [optional]

Example

require 'pager_duty_openapi_client'

instance = PagerDutyOpenapiClient::GetAnalyticsIncidentsRequest.new(
  filters: null,
  starting_after: null,
  ending_before: null,
  order: null,
  order_by: null,
  limit: 20,
  time_zone: Etc/UTC
)