GoogleCloudAiplatformV1FeatureViewSyncConfig.fromJson constructor
GoogleCloudAiplatformV1FeatureViewSyncConfig.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1FeatureViewSyncConfig.fromJson(core.Map json_)
: this(
continuous: json_['continuous'] as core.bool?,
cron: json_['cron'] as core.String?,
);