GoogleCloudAiplatformV1ReadTensorboardSizeResponse.fromJson constructor

GoogleCloudAiplatformV1ReadTensorboardSizeResponse.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1ReadTensorboardSizeResponse.fromJson(core.Map json_)
  : this(storageSizeByte: json_['storageSizeByte'] as core.String?);