GoogleCloudAiplatformV1ListTensorboardsResponse constructor
GoogleCloudAiplatformV1ListTensorboardsResponse({
- String? nextPageToken,
- List<
GoogleCloudAiplatformV1Tensorboard> ? tensorboards,
Implementation
GoogleCloudAiplatformV1ListTensorboardsResponse({
this.nextPageToken,
this.tensorboards,
});