@espressif/rainmaker-base-cdf
Preparing search index...
types/entities/automation
ESPCDFPaginatedAutomationsResponse
Interface ESPCDFPaginatedAutomationsResponse
Interface for paginated response containing automation data.
interface
ESPCDFPaginatedAutomationsResponse
{
automations
:
ESPCDFAutomation
[]
;
fetchNext
?:
()
=>
Promise
<
ESPCDFPaginatedAutomationsResponse
>
;
hasNext
:
boolean
;
}
Index
Properties
automations
fetch
Next?
has
Next
Properties
automations
automations
:
ESPCDFAutomation
[]
Optional
fetch
Next
fetchNext
?:
()
=>
Promise
<
ESPCDFPaginatedAutomationsResponse
>
has
Next
hasNext
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
automations
fetch
Next
has
Next
@espressif/rainmaker-base-cdf
Loading...
Interface for paginated response containing automation data.