Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 920 Bytes

get_mobile_push_expo_tokens.Output.md

File metadata and controls

50 lines (33 loc) · 920 Bytes

ENUM

get_mobile_push_expo_tokens.Output

Contents

@frozen public enum Output: Sendable, Hashable

Cases

ok(_:)

case ok(Operations.get_mobile_push_expo_tokens.Output.Ok)

OK

  • Remark: Generated from #/paths//channels/mobile_push/expo/tokens/get(get_mobile_push_expo_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_mobile_push_expo_tokens.Output.Ok

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

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