model

class sanhe_confluence_sdk.methods.model.BaseModel[source]
to_api_kwargs() Dict[str, Any][source]

Convert this model to API-ready kwargs dict.

class sanhe_confluence_sdk.methods.model.PathParams[source]
class sanhe_confluence_sdk.methods.model.QueryParams[source]
class sanhe_confluence_sdk.methods.model.BodyParams[source]
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_data attribute uses underscore prefix to indicate it should not be modified directly. This property provides safe read access while preserving immutability of the response object.

property http_res: Response | None

Returns the underlying HTTP response object, if available.

This allows access to HTTP metadata such as status code and headers.