Get Source Control Result
data class GetSourceControlResult(val autoSync: Boolean? = null, val branch: String? = null, val creationTime: String? = null, val description: String? = null, val folderPath: String? = null, val id: String, val lastModifiedTime: String? = null, val name: String, val publishRunbook: Boolean? = null, val repoUrl: String? = null, val sourceType: String? = null, val type: String)
Definition of the source control.
Constructors
Link copied to clipboard
fun GetSourceControlResult(autoSync: Boolean? = null, branch: String? = null, creationTime: String? = null, description: String? = null, folderPath: String? = null, id: String, lastModifiedTime: String? = null, name: String, publishRunbook: Boolean? = null, repoUrl: String? = null, sourceType: String? = null, type: String)