GoldengateBackupSchedule.fromJson constructor
GoldengateBackupSchedule.fromJson(
- Map json_
Implementation
GoldengateBackupSchedule.fromJson(core.Map json_)
: this(
backupScheduledTime: json_['backupScheduledTime'] as core.String?,
bucket: json_['bucket'] as core.String?,
compartmentId: json_['compartmentId'] as core.String?,
frequencyBackupScheduled:
json_['frequencyBackupScheduled'] as core.String?,
metadataOnly: json_['metadataOnly'] as core.bool?,
namespace: json_['namespace'] as core.String?,
);