Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.05 KB

GetAllAutomationActions200Response.md

File metadata and controls

24 lines (18 loc) · 1.05 KB

PagerDutyOpenapiClient::GetAllAutomationActions200Response

Properties

Name Type Description Notes
limit Integer The minimum of the `limit` parameter used in the request or the maximum request size of the API. [readonly]
next_cursor String An opaque string than will deliver the next set of results when provided as the `cursor` parameter in a subsequent request. A `null` value for this field indicates that there are no additional results. [readonly]
actions Array<GetAllAutomationActions200ResponseAllOfActionsInner>
privileges AutomationActionsUserPermissions [optional]

Example

require 'pager_duty_openapi_client'

instance = PagerDutyOpenapiClient::GetAllAutomationActions200Response.new(
  limit: null,
  next_cursor: dXNlcjaVMzc5V0ZYTlo&#x3D;,
  actions: null,
  privileges: null
)