Get Automation Rule Result
data class GetAutomationRuleResult(val actions: List<Either<AutomationRuleModifyPropertiesActionResponse, AutomationRuleRunPlaybookActionResponse>>, val createdBy: ClientInfoResponse, val createdTimeUtc: String, val displayName: String, val etag: String? = null, val id: String, val lastModifiedBy: ClientInfoResponse, val lastModifiedTimeUtc: String, val name: String, val order: Int, val triggeringLogic: AutomationRuleTriggeringLogicResponse, val type: String)
Represents an automation rule.
Constructors
Link copied to clipboard
fun GetAutomationRuleResult(actions: List<Either<AutomationRuleModifyPropertiesActionResponse, AutomationRuleRunPlaybookActionResponse>>, createdBy: ClientInfoResponse, createdTimeUtc: String, displayName: String, etag: String? = null, id: String, lastModifiedBy: ClientInfoResponse, lastModifiedTimeUtc: String, name: String, order: Int, triggeringLogic: AutomationRuleTriggeringLogicResponse, type: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard