Input$GeneratePlanFromSimulateInput constructor
Input$GeneratePlanFromSimulateInput({})
Implementation
factory Input$GeneratePlanFromSimulateInput({
required String checkout_id,
required String customer_id,
required String simulation_id,
}) =>
Input$GeneratePlanFromSimulateInput._({
r'checkout_id': checkout_id,
r'customer_id': customer_id,
r'simulation_id': simulation_id,
});