GetManagerRestaurantsRequest

@Serializable
@SerialName(value = "GetManagerRestaurantsRequest")
data class GetManagerRestaurantsRequest(val managerId: String = "") : AuthenticatedRequest<GetManagerRestaurantsRequest> , JsonEncodable

Constructors

Link copied to clipboard
constructor(managerId: String = "")

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun addId(userId: String): GetManagerRestaurantsRequest
Link copied to clipboard
open override fun toJson(): String