Get Msc Sub Webhooks Result
data class GetMscSubWebhooksResult(val id: String, val ids: List<String>, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null, val webhooks: List<GetMscSubWebhooksWebhook>)
A collection of values returned by getMscSubWebhooks.
Constructors
Link copied to clipboard
fun GetMscSubWebhooksResult(id: String, ids: List<String>, nameRegex: String? = null, names: List<String>, outputFile: String? = null, webhooks: List<GetMscSubWebhooksWebhook>)