Get Release Plain Args
data class GetReleasePlainArgs(val channelId: String, val project: String? = null, val releaseId: String, val siteId: String) : ConvertibleToJava<GetReleasePlainArgs>
Constructors
Link copied to clipboard
fun GetReleasePlainArgs(channelId: String, project: String? = null, releaseId: String, siteId: String)