AppsPeopleOzExternalMergedpeopleapiManagementUpchainIndirectManager

AI Overview😉

  • The potential purpose of this module is to identify and connect people within an organization, specifically indirect managers, and their corresponding email addresses and person IDs. This could be used to better understand the structure and relationships within a company, potentially for search results related to company information, employee directories, or organizational charts.
  • This module could impact search results by influencing the ranking of pages related to company information, employee directories, or organizational charts. It may prioritize results that have accurate and up-to-date information about a company's management structure, or those that provide clear connections between employees and their indirect managers. This could lead to more accurate and relevant search results for users searching for specific company information.
  • A website may change things to be more favorable for this function by ensuring that their employee directories, organizational charts, or company information pages are accurate, up-to-date, and clearly structured. This could include providing explicit connections between employees and their indirect managers, using standardized formats for person IDs and email addresses, and making this information easily crawlable by search engines. Additionally, using schema markup or other structured data formats to highlight this information could help search engines better understand the relationships within the organization.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • email (type: String.t, default: nil) -
  • personId (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.AppsPeopleOzExternalMergedpeopleapiManagementUpchainIndirectManager{
    email: String.t() | nil,
    personId: 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.