GoogleCloudMlV1SuggestTrialsRequest.fromJson constructor

GoogleCloudMlV1SuggestTrialsRequest.fromJson(
  1. Map json_
)

Implementation

GoogleCloudMlV1SuggestTrialsRequest.fromJson(core.Map json_)
    : this(
        clientId: json_.containsKey('clientId')
            ? json_['clientId'] as core.String
            : null,
        suggestionCount: json_.containsKey('suggestionCount')
            ? json_['suggestionCount'] as core.int
            : null,
      );