Map<String, Object?> toArgMap() => { 'type': type.terraformValue, if (specificReservation != null) 'specific_reservation': [specificReservation!.toArgMap()], };