ArrayGap is a datatype for a gap in the array. Null values represent missing bounds.

Table: ArrayGap

ParameterTypeRequiredDefaultDescription
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column.
Table last updated: Sep 23, 2024
endsAtIndexintegeryes Array gap ends at this index (exclusive). This is a preview, under active development.
startsAtIndexintegeryes Array gap starts at this index (inclusive). This is a preview, under active development.