start_slack_installation.Output.Created.Body
ENUM
Contents
- Cases
json(_:)
- Properties
json
@frozen public enum Body: Sendable, Hashable
- Remark: Generated from
#/paths/integrations/slack/installations/start/POST/responses/201/content
.
Cases
json(_:)
case json(Components.Schemas.SlackStartInstallResponseContent)
- Remark: Generated from
#/paths/integrations/slack/installations/start/POST/responses/201/content/application\/json
.
Properties
json
public var json: Components.Schemas.SlackStartInstallResponseContent
The associated value of the enum case if self
is .json
.
- Throws: An error if
self
is not.json
. - SeeAlso:
.json
.