GoogleCloudAiplatformV1SyncFeatureViewResponse.fromJson constructor
GoogleCloudAiplatformV1SyncFeatureViewResponse.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1SyncFeatureViewResponse.fromJson(core.Map json_)
: this(
featureViewSync: json_.containsKey('featureViewSync')
? json_['featureViewSync'] as core.String
: null,
);