discard_teams_token.Output.Ok.Body
ENUM
Contents
- Cases
json(_:)
- Properties
json
@frozen public enum Body: Sendable, Hashable
- Remark: Generated from
#/paths/channels/teams/tokens/{token_id}/DELETE/responses/200/content
.
Cases
json(_:)
case json(Components.Schemas.DiscardResult)
- Remark: Generated from
#/paths/channels/teams/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
.