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