GoogleCloudAiplatformV1SyncFeatureViewResponse.fromJson constructor

GoogleCloudAiplatformV1SyncFeatureViewResponse.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1SyncFeatureViewResponse.fromJson(core.Map json_)
  : this(featureViewSync: json_['featureViewSync'] as core.String?);