ListActionsResponse constructor

ListActionsResponse({
  1. List<RuntimeActionSchema>? actions,
  2. String? nextPageToken,
})

Implementation

ListActionsResponse({
  this.actions,
  this.nextPageToken,
});