GoogleCloudAiplatformV1SyntheticField.fromJson constructor
GoogleCloudAiplatformV1SyntheticField.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1SyntheticField.fromJson(core.Map json_)
: this(
content: json_.containsKey('content')
? GoogleCloudAiplatformV1Content.fromJson(
json_['content'] as core.Map<core.String, core.dynamic>,
)
: null,
fieldName: json_['fieldName'] as core.String?,
);