MultiscalePointerSpan

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):

View Attributes

Attributes

  1. 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 to start. If equal to start, then the target span is empty.
  2. 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

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.MultiscalePointerSpan{
limit: integer() | nil,
start: integer() | nil
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.MultiscalePointerSpan