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

Method group

slack_sdk/scim/v1/response.py:214–215  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

212
213 @property
214 def group(self) -> Group:
215 return Group(**self.snake_cased_body)
216
217 def __init__(self, underlying: SCIMResponse):
218 self.underlying = underlying

Callers

nothing calls this directly

Calls 1

GroupClass · 0.90

Tested by

no test coverage detected