Exosphere.ATProto.Label.Defs.LabelValueDefinitionStrings
(Exosphere v0.5.0)
Copy Markdown
View Source
Strings which describe the label in the UI, localized into a specific language.
Object schema com.atproto.label.defs##labelValueDefinitionStrings.
Fields
description: A longer description of what the label means and why it might be applied.lang: The code of the language these strings are written in.name: A short human-readable name for the label.
Summary
Functions
Decode a wire-format map. Delegates to new/1.
Build and validate from a map of attrs (atom or wire string keys).
Build and validate, raising ArgumentError on error.
Encode to the wire-format map.
The lexicon type ID (nsid or nsid#def) this module was generated from.
Types
Functions
Decode a wire-format map. Delegates to new/1.
Build and validate from a map of attrs (atom or wire string keys).
Unknown keys are kept in extra and re-emitted by to_map/1.
Build and validate, raising ArgumentError on error.
Encode to the wire-format map.
@spec type_id() :: String.t()
The lexicon type ID (nsid or nsid#def) this module was generated from.