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 to start. If equal to start, 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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.