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