GoogleApi.ContentWarehouse.V1.Model.MultiscalePointerSpan
Table of Contents ▼
Jump to a specific part of the page:
Description
Pointer to a contiguous range of nodes in a target scale. pointer.Span
fields should be annotated with a (pointer.to)
annotation, indicating what scale they point at.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
limit
(type:integer()
, default:nil
)
- The exclusive end index for the span of nodes that this pointer points to -- i.e., one plus the index of the last node in the span. Must be greater than or equal tostart
. If equal tostart
, then the target span is empty. -
start
(type:integer()
, default:nil
)
- The inclusive start index for the span of nodes that this pointer points to -- i.e., the index of the first node in the span.
Type
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.MultiscalePointerSpan