discard_mobile_push_apns_token.Output.Ok.Body

ENUM

Contents

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

Cases

json(_:)

case json(Components.Schemas.DiscardResult)
  • Remark: Generated from #/paths/channels/mobile_push/apns/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.