GoogleCloudAiplatformV1ListTensorboardsResponse constructor

GoogleCloudAiplatformV1ListTensorboardsResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudAiplatformV1Tensorboard>? tensorboards,
})

Implementation

GoogleCloudAiplatformV1ListTensorboardsResponse({
  this.nextPageToken,
  this.tensorboards,
});