Class GlossaryTerm (0.7.0)

GlossaryTerm(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Definition of a term within a specific domain.

Attributes

Name Description
display_name str
Required. User friendly display name of the glossary term being defined. For example: "CTR", "conversion rate", "pending".
description str
Required. The description or meaning of the term. For example: "Click-through rate", "The percentage of users who complete a desired action", "An order that is waiting to be processed.".
labels MutableSequence[str]
Optional. A list of general purpose labels associated to this term. For example: ["click rate", "clickthrough", "waiting"]