Versions in this module Expand all Collapse all v1 v1.0.0 Jul 9, 2020 Changes in this version + func SetManager(m privateManager) + type TootBlurhashProperty struct + func DeserializeBlurhashProperty(m map[string]interface{}, aliasMap map[string]string) (*TootBlurhashProperty, error) + func NewTootBlurhashProperty() *TootBlurhashProperty + func (this *TootBlurhashProperty) Clear() + func (this *TootBlurhashProperty) Set(v string) + func (this *TootBlurhashProperty) SetIRI(v *url.URL) + func (this TootBlurhashProperty) Get() string + func (this TootBlurhashProperty) GetIRI() *url.URL + func (this TootBlurhashProperty) HasAny() bool + func (this TootBlurhashProperty) IsIRI() bool + func (this TootBlurhashProperty) IsXMLSchemaString() bool + func (this TootBlurhashProperty) JSONLDContext() map[string]string + func (this TootBlurhashProperty) KindIndex() int + func (this TootBlurhashProperty) LessThan(o vocab.TootBlurhashProperty) bool + func (this TootBlurhashProperty) Name() string + func (this TootBlurhashProperty) Serialize() (interface{}, error)