GoogleCloudAiplatformV1StudySpecParameterSpecIntegerValueSpec.fromJson constructor

GoogleCloudAiplatformV1StudySpecParameterSpecIntegerValueSpec.fromJson(
  1. Map json_
)

Implementation

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