save_web_push_installation.Input

STRUCT

Contents

public struct Input: Sendable, Hashable

Properties

headers

public var headers: Operations.save_web_push_installation.Input.Headers

body

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

Methods

init(headers:body:)

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

Creates a new Input.

  • Parameters:
    • headers:
    • body:

Parameters

Name Description
headers
body