open class ClassificationName : Serializable
The classification's name retrieved via a Search Request.
ClassificationName()
Empty constructor for the ClassificationName(locale: String!, name: String!)
Default constructor for the |
var locale: String!
The locale the name is in. -- GETTER -- |
|
var name: String!
The name of a classification. -- GETTER -- |