View Source GoogleApi.ContentWarehouse.V1.Model.MultiscalePointerSpan (google_api_content_warehouse v0.4.0)
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
-
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
Functions
Unwrap a decoded JSON object into its complex fields.