InlineAlarmDefinitionFilterRequest0
The set of parameters for returning a list of records.
{
"offset": 0,
"page_size": 0,
"sort_ascending": false,
"sort_by": "string"
}
Offset pagination parameter used to exclude from a response the first N items of a resource collection. Combine the limit and the page_size options to request a particular set or page of items.
Number of records to be returned in the API request from the provided offset
True, if the list of records returned need to be sorted in ascending order, false otherwise.
The parameter name on which to sort the list of records. Only top-level parameters in the returned list of records will be supported. If not provided, system will define the parameter by which results are sorted.