model¶
- class sanhe_confluence_sdk.methods.model.BaseRequest(path_params: sanhe_confluence_sdk.methods.model.PathParams = <factory>, query_params: sanhe_confluence_sdk.methods.model.QueryParams = <factory>, body_params: sanhe_confluence_sdk.methods.model.BodyParams = <factory>)[source]¶
- class sanhe_confluence_sdk.methods.model.BaseResponse(_raw_data: Dict[str, Any], _http_res: httpx.Response | None = None)[source]¶
- property raw_data¶
Returns the underlying raw JSON data as a read-only accessor.
The internal
_raw_dataattribute uses underscore prefix to indicate it should not be modified directly. This property provides safe read access while preserving immutability of the response object.