Struct Display
_10pub struct Display {_10_10    pub let name: String_10_10    pub let description: String_10_10    pub let thumbnail: AnyStruct{File}_10}
Display is a basic view that includes the name, description and thumbnail for an object. Most objects should implement this view.
Initializer
_10init(name: String, description: String, thumbnail: AnyStruct{File})