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] |
require 'pager_duty_openapi_client'
instance = PagerDutyOpenapiClient::GetAllAutomationActions200Response.new(
limit: null,
next_cursor: dXNlcjaVMzc5V0ZYTlo=,
actions: null,
privileges: null
)