RepositoryWebrefRangeMetadata

GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefRangeMetadata


Table of Contents ▼

Jump to a specific part of the page:

Description

Metadata keeper for an annotated range of a segment. Next available tag: 3.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. beginOffset (type: integer(), default: nil)
    - Start index of range (within the segment) being annotated.
  2. tokenCount (type: integer(), default: nil)
    - Number of tokens in the range being annotated.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefRangeMetadata{
beginOffset: integer() | nil,
tokenCount: integer() | nil
}

Function

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

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