PlaybookActionPropertiesResponse

data class PlaybookActionPropertiesResponse(val logicAppResourceId: String, val tenantId: String? = null)

Constructors

Link copied to clipboard
constructor(logicAppResourceId: String, tenantId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The resource id of the playbook resource.

Link copied to clipboard
val tenantId: String? = null

The tenant id of the playbook resource.