ListActionsResponse constructor
ListActionsResponse({
- List<
RuntimeActionSchema> ? actions, - String? nextPageToken,
Implementation
ListActionsResponse({
this.actions,
this.nextPageToken,
});