toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final clusterUid = this.clusterUid;
final name = this.name;
final pitrWindows = this.pitrWindows;
return {
'clusterUid': ?clusterUid,
'name': ?name,
'pitrWindows': ?pitrWindows,
};
}