GetBusinessJobConfigResponse

@Serializable
data class GetBusinessJobConfigResponse(val businessJobs: List<String>? = null)

GetBusinessJobConfigResponse

Parameters

businessJobs

Constructors

Link copied to clipboard
constructor(businessJobs: List<String>? = null)

Properties

Link copied to clipboard
val businessJobs: List<String>? = null