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