Skip to content

Action List Structure rm_tool_action_list_t

Parameter description

ParameterTypeDescription
page_numintPage number.
page_sizeintNumber of items per page.
total_sizeintTotal length of the list.
vague_searchcharVague search.
list_lenintLength of the returned action list that matches the criteria.
act_listrm_tool_action_info_tReturned list of action that match the criteria.

Member Function

rm_ctypes_wrap.rm_tool_action_list_t .to_dict(self, recurse=True):

Returns the class variables as a dictionary. If recurse is True, it will recursively process ctypes structure fields.

Jump to rm_tool_action_info_t for details of the structure.