GetAttributePlainArgs

data class GetAttributePlainArgs(val attributeId: String, val dataTaxonomyId: String, val location: String, val project: String? = null) : ConvertibleToJava<GetAttributePlainArgs>

Constructors

Link copied to clipboard
constructor(attributeId: String, dataTaxonomyId: String, location: String, project: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val project: String? = null

Functions

Link copied to clipboard
open override fun toJava(): GetAttributePlainArgs