GoogleCloudMlV1StudyConfigParameterSpecMatchingParentIntValueSpec.fromJson constructor
GoogleCloudMlV1StudyConfigParameterSpecMatchingParentIntValueSpec.fromJson(
- Map json_
Implementation
GoogleCloudMlV1StudyConfigParameterSpecMatchingParentIntValueSpec.fromJson(
core.Map json_)
: this(
values: json_.containsKey('values')
? (json_['values'] as core.List)
.map((value) => value as core.String)
.toList()
: null,
);