GoogleCloudAiplatformV1ReadTensorboardBlobDataResponse constructor

GoogleCloudAiplatformV1ReadTensorboardBlobDataResponse({
  1. List<GoogleCloudAiplatformV1TensorboardBlob>? blobs,
})

Implementation

GoogleCloudAiplatformV1ReadTensorboardBlobDataResponse({
  this.blobs,
});