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