Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 741 Bytes

File metadata and controls

37 lines (25 loc) · 741 Bytes

ENUM

Created.Body

Contents

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

Cases

json(_:)

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

Properties

json

public var json: Components.Schemas.WebPushStartInstallationResponse

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

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