//core/com.kustomer.core.models/KusAutomationOrgData
[androidJvm]
@JsonClass(generateAdapter = true)
data class KusAutomationOrgData(val type: String?, val id: String?)
| KusAutomationOrgData | [androidJvm] constructor(type: String?, id: String?) |
| Name | Summary |
|---|---|
| id | [androidJvm] val id: String? |
| type | [androidJvm] val type: String? |