sdk.lusid.api_response.ApiResponse

class ApiResponse(status_code=None, headers=None, data=None, raw_data=None)[source]

API response object

Attributes

This is a Pydantic class. For now, click on the green [source] link in the class signature above to see descriptions/allowed values for these attributes.

data

headers

raw_data

status_code

Methods