GoogleCloudMlV1StudyConfigParameterSpecIntegerValueSpec.fromJson constructor

GoogleCloudMlV1StudyConfigParameterSpecIntegerValueSpec.fromJson(
  1. Map json_
)

Implementation

GoogleCloudMlV1StudyConfigParameterSpecIntegerValueSpec.fromJson(
  core.Map json_,
) : this(
      maxValue: json_['maxValue'] as core.String?,
      minValue: json_['minValue'] as core.String?,
    );