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:197–198 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
195
196
@property
197
def
group(self) -> Group:
198
return
Group(**self.snake_cased_body)
199
200
def
__init__(self, underlying: SCIMResponse):
201
self.underlying = underlying
Callers
nothing calls this directly
Calls
1
Group
Class · 0.90
Tested by
no test coverage detected