GoogleCloudMlV1ManualScaling.fromJson constructor
GoogleCloudMlV1ManualScaling.fromJson(
- Map json_
Implementation
GoogleCloudMlV1ManualScaling.fromJson(core.Map json_)
: this(
nodes: json_.containsKey('nodes') ? json_['nodes'] as core.int : null,
);