GoogleCloudAiplatformV1IndexDatapointNumericRestriction.fromJson constructor

GoogleCloudAiplatformV1IndexDatapointNumericRestriction.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1IndexDatapointNumericRestriction.fromJson(
    core.Map json_)
    : this(
        namespace: json_['namespace'] as core.String?,
        op: json_['op'] as core.String?,
        valueDouble: (json_['valueDouble'] as core.num?)?.toDouble(),
        valueFloat: (json_['valueFloat'] as core.num?)?.toDouble(),
        valueInt: json_['valueInt'] as core.String?,
      );