get_teams_token.Output

ENUM

Contents

@frozen public enum Output: Sendable, Hashable

Cases

ok(_:)

case ok(Operations.get_teams_token.Output.Ok)

OK

  • Remark: Generated from #/paths//channels/teams/tokens/{token_id}/get(get_teams_token)/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_token.Output.Ok

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

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