Get Attribute Plain Args
data class GetAttributePlainArgs(val attributeId: String, val dataTaxonomyId: String, val location: String, val project: String? = null) : ConvertibleToJava<GetAttributePlainArgs>
Constructors
Link copied to clipboard
fun GetAttributePlainArgs(attributeId: String, dataTaxonomyId: String, location: String, project: String? = null)