AppsPeopleOzExternalMergedpeopleapiMatchInfo

GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiMatchInfo


Table of Contents ▼

Jump to a specific part of the page:

Description

Represents the matching information for a field when there is a query.

Attributes List

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

View Attributes

Attributes

  1. match (type: list(GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiMatchInfoLookupTokenMatch), default: nil)
    - The list of matches ordered by most relevant matching for autocomplete coming first.
  2. query (type: String.t, default: nil)
    - The query token we are matching against.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiMatchInfo{
match: [ GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiMatchInfoLookupTokenMatch.t() ] | nil,
query: String.t() | nil
}

Function

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

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