statusCode property

int? statusCode
getter/setter pair

The HTTP status code for the response.

This can be null if the response was constructed manually.

Implementation

int? statusCode;