IsPlaceOpenResponse
struct IsPlaceOpenResponse
The response from the isPlaceOpen
method.
-
Initializes the response with a given status.
This is meant to be used for unit testing purposes.
Declaration
Swift
init(status: Bool?)
-
The open status of the place.
Declaration
Swift
var status: Bool? { get }