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