save_slack_installation.Output.Created.Body

ENUM

Contents

@frozen public enum Body: Sendable, Hashable
  • Remark: Generated from #/paths/integrations/slack/installations/POST/responses/201/content.

Cases

json(_:)

case json(Components.Schemas.SlackInstallation)
  • Remark: Generated from #/paths/integrations/slack/installations/POST/responses/201/content/application\/json.

Properties

json

public var json: Components.Schemas.SlackInstallation

The associated value of the enum case if self is .json.

  • Throws: An error if self is not .json.
  • SeeAlso: .json.