ReadTensorboardUsageResponse constructor

ReadTensorboardUsageResponse({
  1. Map<String, ReadTensorboardUsageResponse_PerMonthUsageData> monthlyUsageData = const {},
})

Implementation

ReadTensorboardUsageResponse({this.monthlyUsageData = const {}})
  : super(fullyQualifiedName);