GoogleCloudAiplatformV1FeatureViewSyncConfig.fromJson constructor

GoogleCloudAiplatformV1FeatureViewSyncConfig.fromJson(
  1. Map json_
)

Implementation

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