| CancelTripOfReservationResponse Constructor |
Default constructor
Namespace:
ParaPlanREST.Models
Assembly:
ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public CancelTripOfReservationResponse(
bool v2 = false
)
public:
CancelTripOfReservationResponse(
bool v2 = false
)
ParaPlanREST.Models.CancelTripOfReservationResponse = function(v2);
Parameters
- v2 (Optional)
- Type: SystemBoolean
[Missing <param name="v2"/> documentation for "M:ParaPlanREST.Models.CancelTripOfReservationResponse.#ctor(System.Boolean)"]
See Also