GoogleCloudDataplexV1ListSessionsResponse constructor
GoogleCloudDataplexV1ListSessionsResponse({
- String? nextPageToken,
- List<
GoogleCloudDataplexV1Session> ? sessions,
Implementation
GoogleCloudDataplexV1ListSessionsResponse({
this.nextPageToken,
this.sessions,
});