Voting helps other researchers find interesting modules.
An anchor label can be attached to any element to give it a reference address. LogicalEntity links (see goodoc-semantics.proto) may use anchor labels to point to goodoc elements (they may also use indices to locate the element, but the indices could become invalid if the goodocs are allowed to mutate). Multiple elements may have the same anchor.
Anchor
String.t
nil
anchorScope
integer()
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoodocAnchorLabel{ Anchor: String.t() | nil, anchorScope: integer() | nil }
@spec decode(struct(), keyword()) :: struct()