description property

String? description
getter/setter pair

Description of this taxonomy.

If not set, defaults to empty. The description must contain only Unicode characters, tabs, newlines, carriage returns, and page breaks, and be at most 2000 bytes long when encoded in UTF-8.

Optional.

Implementation

core.String? description;