Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 787 Bytes

Operations.start_web_push_installation.Output.Created.Body.md

File metadata and controls

37 lines (25 loc) · 787 Bytes

ENUM

Operations.start_web_push_installation.Output.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.