ListActionsResponse constructor

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

Implementation

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