save_web_push_installation.Output
ENUM
Contents
- Cases
created(_:)
undocumented(statusCode:_:)
- Properties
created
@frozen public enum Output: Sendable, Hashable
Cases
created(_:)
case created(Operations.save_web_push_installation.Output.Created)
Created
- Remark: Generated from
#/paths//integrations/web_push/installations/post(save_web_push_installation)/responses/201
.
HTTP response code: 201 created
.
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
created
public var created: Operations.save_web_push_installation.Output.Created
The associated value of the enum case if self
is .created
.
- Throws: An error if
self
is not.created
. - SeeAlso:
.created
.