factory CreateSnapshotResult.fromJson(Map<String, dynamic> json) { return CreateSnapshotResult( snapshotId: json['SnapshotId'] as String?, ); }