Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 799 Bytes

Operations.save_mobile_push_fcm_token.Input.md

File metadata and controls

51 lines (37 loc) · 799 Bytes

STRUCT

Operations.save_mobile_push_fcm_token.Input

Contents

public struct Input: Sendable, Hashable

Properties

headers

public var headers: Operations.save_mobile_push_fcm_token.Input.Headers

body

public var body: Operations.save_mobile_push_fcm_token.Input.Body?

Methods

init(headers:body:)

public init(
    headers: Operations.save_mobile_push_fcm_token.Input.Headers = .init(),
    body: Operations.save_mobile_push_fcm_token.Input.Body? = nil
)

Creates a new Input.

  • Parameters:
    • headers:
    • body:

Parameters

Name Description
headers
body