Get Server Backup Plans Plan Detail
data class GetServerBackupPlansPlanDetail(val appConsistent: Boolean, val destinationRegionId: String, val destinationRetention: Int, val diskIdLists: List<String>, val doCopy: Boolean, val enableFsFreeze: Boolean, val postScriptPath: String, val preScriptPath: String, val snapshotGroup: Boolean, val timeoutInSeconds: Int)