GoogleCloudAiplatformV1UserActionReference.fromJson constructor

GoogleCloudAiplatformV1UserActionReference.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1UserActionReference.fromJson(core.Map json_)
    : this(
        dataLabelingJob: json_['dataLabelingJob'] as core.String?,
        method: json_['method'] as core.String?,
        operation: json_['operation'] as core.String?,
      );