GoogleCloudAiplatformV1ResourcesConsumed.fromJson constructor
GoogleCloudAiplatformV1ResourcesConsumed.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1ResourcesConsumed.fromJson(core.Map json_)
: this(
replicaHours: json_.containsKey('replicaHours')
? (json_['replicaHours'] as core.num).toDouble()
: null,
);