Get Project Milestones Plain Args
data class GetProjectMilestonesPlainArgs(val iids: List<Int>? = null, val includeParentMilestones: Boolean? = null, val project: String, val search: String? = null, val state: String? = null, val title: String? = null) : ConvertibleToJava<GetProjectMilestonesPlainArgs>
A collection of arguments for invoking getProjectMilestones.