Runbook Draft Response
data class RunbookDraftResponse(val creationTime: String? = null, val draftContentLink: ContentLinkResponse? = null, val inEdit: Boolean? = null, val lastModifiedTime: String? = null, val outputTypes: List<String>? = null, val parameters: Map<String, RunbookParameterResponse>? = null)
Constructors
Link copied to clipboard
fun RunbookDraftResponse(creationTime: String? = null, draftContentLink: ContentLinkResponse? = null, inEdit: Boolean? = null, lastModifiedTime: String? = null, outputTypes: List<String>? = null, parameters: Map<String, RunbookParameterResponse>? = null)