GoogleCloudDataplexV1ListActionsResponse constructor

GoogleCloudDataplexV1ListActionsResponse({
  1. List<GoogleCloudDataplexV1Action>? actions,
  2. String? nextPageToken,
})

Implementation

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