GoogleCloudAiplatformV1ListSessionsResponse constructor

GoogleCloudAiplatformV1ListSessionsResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudAiplatformV1Session>? sessions,
})

Implementation

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