GoogleCloudAiplatformV1DestinationFeatureSetting.fromJson constructor

GoogleCloudAiplatformV1DestinationFeatureSetting.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1DestinationFeatureSetting.fromJson(core.Map json_)
    : this(
        destinationField: json_.containsKey('destinationField')
            ? json_['destinationField'] as core.String
            : null,
        featureId: json_.containsKey('featureId')
            ? json_['featureId'] as core.String
            : null,
      );