success property

bool? success
getter/setter pair

success will be true when API gives a successful respobnse i.e. 200 status code.

Implementation

bool? success;