get_mobile_push_fcm_tokens.Output

ENUM

Contents

@frozen public enum Output: Sendable, Hashable

Cases

ok(_:)

case ok(Operations.get_mobile_push_fcm_tokens.Output.Ok)

OK

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

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

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