factory DeleteSnapshotScheduleOutput.fromJson(Map<String, dynamic> json) { return DeleteSnapshotScheduleOutput( volumeARN: json['VolumeARN'] as String?, ); }