AppsPeopleOzExternalMergedpeopleapiFileAs

AI Overview😉

  • The potential purpose of this module is to allow for custom or overridden display names for contacts or entities in search results, giving users more control over how they are represented.
  • This module could impact search results by allowing for more personalized or accurate display names, which could improve the relevance and usefulness of search results, especially when searching for specific people or entities.
  • To be more favorable for this function, a website could ensure that their contact or entity information is accurately and consistently represented across different platforms and sources, and provide clear and concise display names that users can override or customize as needed.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiFileAs (google_api_content_warehouse v0.4.0)

The FileAs field in Contacts is used to override the DisplayName of a Contact for that User.

Attributes

  • metadata (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t, default: nil) -
  • value (type: String.t, default: nil) -

Summary

Types

t()

Functions

decode(value, options)

Unwrap a decoded JSON object into its complex fields.

Types

Link to this type

t()

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiFileAs{
    metadata:
      GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t()
      | nil,
    value: String.t() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.