GoogleCloudDataplexV1ListSessionsResponse constructor

GoogleCloudDataplexV1ListSessionsResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudDataplexV1Session>? sessions,
})

Implementation

GoogleCloudDataplexV1ListSessionsResponse({
  this.nextPageToken,
  this.sessions,
});