Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/slackapi/python-slack-sdk
/ group
Method
group
slack_sdk/scim/v1/response.py:242–243 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
240
241
@property
242
def
group(self) -> Group:
243
return
Group(**self.snake_cased_body)
244
245
def
__init__(self, underlying: SCIMResponse):
246
self.underlying = underlying
Callers
nothing calls this directly
Calls
1
Group
Class · 0.90
Tested by
no test coverage detected