start_inbox_installation.Output.Created.Body

ENUM

Contents

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

Cases

json(_:)

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

Properties

json

public var json: Components.Schemas.InboxConfig

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

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