Pre Release Access Request Spec Response
data class PreReleaseAccessRequestSpecResponse(val city: String? = null, val companyWebsite: String? = null, val countryAndRegion: String? = null, val email: String? = null, val engagements: List<String>? = null, val organizationName: String? = null, val stateOrProvince: String? = null, val streetAddress: String? = null, val zipCode: String? = null)
Constructors
Link copied to clipboard
fun PreReleaseAccessRequestSpecResponse(city: String? = null, companyWebsite: String? = null, countryAndRegion: String? = null, email: String? = null, engagements: List<String>? = null, organizationName: String? = null, stateOrProvince: String? = null, streetAddress: String? = null, zipCode: String? = null)