Domain Documentation

Structure Empty​Response

public struct EmptyResponse: Codable  

Response expressing that there is an empty JSON body.

Although it seems like a class that does not need to be, it was necessary because the behavior on the client side would change.

EmptyResponse EmptyResponse Codable Codable EmptyResponse->Codable

Conforms To

Codable

Initializers

init()

public init() 

Initializer.