ListScheduledActionsResponse

data class ListScheduledActionsResponse(val actions: List<ScheduledActionView>, val cursor: String? = null)

Parameters

cursor

Cursor for next page of results

Constructors

Link copied to clipboard
constructor(actions: List<ScheduledActionView>, cursor: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard

Cursor for next page of results