GoogleCloudAiplatformV1FeatureViewDataKeyCompositeKey.fromJson constructor

GoogleCloudAiplatformV1FeatureViewDataKeyCompositeKey.fromJson(
  1. Map json_
)

Implementation

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