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