get_teams_tokens.Output
ENUM
Contents
- Cases
ok(_:)
undocumented(statusCode:_:)
- Properties
ok
@frozen public enum Output: Sendable, Hashable
Cases
ok(_:)
case ok(Operations.get_teams_tokens.Output.Ok)
OK
- Remark: Generated from
#/paths//channels/teams/tokens/get(get_teams_tokens)/responses/200
.
HTTP response code: 200 ok
.
undocumented(statusCode:_:)
case undocumented(statusCode: Swift.Int, OpenAPIRuntime.UndocumentedPayload)
Undocumented response.
A response with a code that is not documented in the OpenAPI document.
Properties
ok
public var ok: Operations.get_teams_tokens.Output.Ok
The associated value of the enum case if self
is .ok
.
- Throws: An error if
self
is not.ok
. - SeeAlso:
.ok
.