save_web_push_token.Output.Created.Body

ENUM

Contents

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

Cases

json(_:)

case json(Components.Schemas.WebPushToken)
  • Remark: Generated from #/paths/channels/web_push/tokens/POST/responses/201/content/application\/json.

Properties

json

public var json: Components.Schemas.WebPushToken

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

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