GoogleCloudMlV1ManualScaling.fromJson constructor

GoogleCloudMlV1ManualScaling.fromJson(
  1. Map json_
)

Implementation

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