GoogleCloudAiplatformV1StudyTimeConstraint.fromJson constructor

GoogleCloudAiplatformV1StudyTimeConstraint.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1StudyTimeConstraint.fromJson(core.Map json_)
    : this(
        endTime: json_['endTime'] as core.String?,
        maxDuration: json_['maxDuration'] as core.String?,
      );