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