get_mobile_push_apns_token.Output.Ok
STRUCT
Contents
- Properties
body
- Methods
init(body:)
public struct Ok: Sendable, Hashable
Properties
body
public var body: Operations.get_mobile_push_apns_token.Output.Ok.Body
Received HTTP response body
Methods
init(body:)
public init(body: Operations.get_mobile_push_apns_token.Output.Ok.Body)
Creates a new Ok
.
- Parameters:
- body: Received HTTP response body
Parameters
Name | Description |
---|---|
body | Received HTTP response body |