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

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

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.