AppsPeopleOzExternalMergedpeopleapiManagementUpchain

AI Overview😉

  • The potential purpose of this module is to analyze and understand the organizational structure and management hierarchy of a company or entity, potentially to better understand the relationships between individuals and teams within an organization.
  • This module could impact search results by influencing the ranking of websites based on their perceived relevance and authority within a particular domain or industry. For example, a website with a clear and well-defined organizational structure may be seen as more credible and trustworthy, and therefore ranked higher in search results.
  • A website may change things to be more favorable for this function by clearly defining and showcasing their organizational structure, such as by providing a clear company hierarchy, listing key team members and their roles, and ensuring that their online presence accurately reflects their real-world organizational structure. Additionally, ensuring that employee information is up-to-date and consistent across different platforms may also be beneficial.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • indirectManager (type: list(GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiManagementUpchainIndirectManager.t), default: nil) - List of managers in the chain. If user has manager email "[email protected]" and manager's manager has email "[email protected]" then the list will be: [0]: { email: "[email protected]" } [1]: { email: "[email protected]" }
  • metadata (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t, default: nil) -
  • status (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.AppsPeopleOzExternalMergedpeopleapiManagementUpchain{
    indirectManager:
      [
        GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiManagementUpchainIndirectManager.t()
      ]
      | nil,
    metadata:
      GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t()
      | nil,
    status: 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.