MCPcopy Create free account
hub / github.com/slackapi/python-slack-sdk / UserDeleteResponse

Class UserDeleteResponse

slack_sdk/scim/v1/response.py:160–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158
159
160class UserDeleteResponse(SCIMResponse):
161 def __init__(self, underlying: SCIMResponse):
162 self.underlying = underlying
163 self.url = underlying.url
164 self.status_code = underlying.status_code
165 self.headers = underlying.headers
166 self.raw_body = underlying.raw_body
167 self.body = underlying.body
168 self._snake_cased_body = None
169
170
171# ---------------------------------

Callers 2

delete_userMethod · 0.85
delete_userMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected