GoogleCloudAiplatformV1FeatureViewDataKeyCompositeKey.fromJson constructor
GoogleCloudAiplatformV1FeatureViewDataKeyCompositeKey.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1FeatureViewDataKeyCompositeKey.fromJson(core.Map json_)
: this(
parts: (json_['parts'] as core.List?)
?.map((value) => value as core.String)
.toList(),
);