finish_slack_installation.Input
STRUCT
Contents
- Properties
headers
body
- Methods
init(headers:body:)
public struct Input: Sendable, Hashable
Properties
headers
public var headers: Operations.finish_slack_installation.Input.Headers
body
public var body: Operations.finish_slack_installation.Input.Body?
Methods
init(headers:body:)
public init(
headers: Operations.finish_slack_installation.Input.Headers = .init(),
body: Operations.finish_slack_installation.Input.Body? = nil
)
Creates a new Input
.
- Parameters:
- headers:
- body:
Parameters
Name | Description |
---|---|
headers | |
body |