Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 690 Bytes

File metadata and controls

37 lines (25 loc) · 690 Bytes

ENUM

Ok.Body

Contents

@frozen public enum Body: Sendable, Hashable
  • Remark: Generated from #/paths/channels/web_push/tokens/{token_id}/DELETE/responses/200/content.

Cases

json(_:)

case json(Components.Schemas.DiscardResult)
  • Remark: Generated from #/paths/channels/web_push/tokens/{token_id}/DELETE/responses/200/content/application\/json.

Properties

json

public var json: Components.Schemas.DiscardResult

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

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