View Source GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefRangeMetadata (google_api_content_warehouse v0.4.0)

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

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.