AppsPeopleOzExternalMergedpeopleapiMatchInfoLookupTokenMatch

GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiMatchInfoLookupTokenMatch


Table of Contents ▼

Jump to a specific part of the page:

Description

All the substring that were matched for the given query against the current field. Represents a substring of another string.

Attributes List

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

View Attributes

Attributes

  1. endIndex (type: integer(), default: nil)
    - Index right after the last character that matches the query. length = end-start, we have substring = [start, end).
  2. startIndex (type: integer(), default: nil)
    - Index of the first unicode character that matches the query.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiMatchInfoLookupTokenMatch{
endIndex: integer() | nil,
startIndex: integer() | nil
}

Function

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

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