Get Projects Project
data class GetProjectsProject(val comment: String, val defaultQuota: String, val id: String, val ipWhiteList: GetProjectsProjectIpWhiteList, val owner: String, val projectName: String, val properties: GetProjectsProjectProperties, val securityProperties: GetProjectsProjectSecurityProperties, val status: String, val type: String)
Constructors
Link copied to clipboard
fun GetProjectsProject(comment: String, defaultQuota: String, id: String, ipWhiteList: GetProjectsProjectIpWhiteList, owner: String, projectName: String, properties: GetProjectsProjectProperties, securityProperties: GetProjectsProjectSecurityProperties, status: String, type: String)