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