| ListResponseT Constructor |
Default initializer. .success is false by default. It is the responsibility of the calling code to complete the task and mark .success as true
Namespace:
ParaPlanREST.Models
Assembly:
ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public ListResponse(
bool v2 = false
)
public:
ListResponse(
bool v2 = false
)
ParaPlanREST.Models.ListResponse = function(v2);
Parameters
- v2 (Optional)
- Type: SystemBoolean
[Missing <param name="v2"/> documentation for "M:ParaPlanREST.Models.ListResponse`1.#ctor(System.Boolean)"]
See Also