A (kind, ID/name) pair used to construct a key path.
If either name or ID is set, the element is complete. If neither
is set, the element is incomplete.
Attributes
Name
Description
kind
str
The kind of the entity. A kind matching regex __.*__ is
reserved/read-only. A kind must not contain more than 1500
bytes when UTF-8 encoded. Cannot be "".
id
int
The auto-allocated ID of the entity.
Never equal to zero. Values less than zero are
discouraged and may not be supported in the
future.
name
str
The name of the entity. A name matching regex __.*__ is
reserved/read-only. A name must not be more than 1500 bytes
when UTF-8 encoded. Cannot be "".
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-19 UTC."],[],[]]