WarehouseServiceResponse

data class WarehouseServiceResponse<Data>(val data: Data?, val response: Message)

Data class representing the response of the WarehouseService

Parameters

data

returned by the query

response

returned by the WarehouseService

Constructors

Link copied to clipboard
constructor(data: Data?, response: Message)

Properties

Link copied to clipboard
val data: Data?
Link copied to clipboard