Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 861 Bytes

ListMaintenanceWindows200Response.md

File metadata and controls

26 lines (20 loc) · 861 Bytes

PagerDutyOpenapiClient::ListMaintenanceWindows200Response

Properties

Name Type Description Notes
offset Integer Echoes offset pagination property. [optional][readonly]
limit Integer Echoes limit pagination property. [optional][readonly]
more Boolean Indicates if there are additional records to return [optional][readonly]
total Integer The total number of records matching the given query. [optional][readonly]
maintenance_windows Array<MaintenanceWindow>

Example

require 'pager_duty_openapi_client'

instance = PagerDutyOpenapiClient::ListMaintenanceWindows200Response.new(
  offset: null,
  limit: null,
  more: null,
  total: null,
  maintenance_windows: null
)