AppsPeopleOzExternalMergedpeopleapiTeamsExtendedData

AI Overview😉

  • The potential purpose of this module is to analyze and understand the organizational structure and relationships within a company or entity, specifically focusing on teams, management chains, and reporting lines. It appears to be gathering data on team members, administrators, managers, and their relationships to provide a comprehensive view of the organization.
  • This module could impact search results by influencing the ranking of websites or content related to companies or organizations. It may prioritize content from reputable or well-established organizations with clear management structures, or favor websites that provide transparent information about their teams and leadership. This could lead to more accurate and relevant search results, especially for queries related to company information or job searches.
  • A website may change things to be more favorable for this function by ensuring that their organizational structure and team information is easily accessible and up-to-date. This could include having a clear and transparent about page, listing team members and their roles, providing information on management chains and reporting lines, and keeping this information regularly updated. Additionally, using schema markup to highlight this information could help search engines better understand the website's organizational structure.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

UNSUPPORTED. This message is never populated and is no longer used.

Attributes

  • adminTo (type: list(GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPerson.t), default: nil) -
  • admins (type: list(GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPerson.t), default: nil) -
  • dottedLineManagers (type: list(GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPerson.t), default: nil) -
  • dottedLineReports (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonListWithTotalNumber.t, default: nil) -
  • failures (type: list(String.t), default: nil) -
  • managementChain (type: list(GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPerson.t), default: nil) -
  • reports (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonListWithTotalNumber.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.AppsPeopleOzExternalMergedpeopleapiTeamsExtendedData{
    adminTo:
      [
        GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPerson.t()
      ]
      | nil,
    admins:
      [
        GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPerson.t()
      ]
      | nil,
    dottedLineManagers:
      [
        GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPerson.t()
      ]
      | nil,
    dottedLineReports:
      GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonListWithTotalNumber.t()
      | nil,
    failures: [String.t()] | nil,
    managementChain:
      [
        GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPerson.t()
      ]
      | nil,
    reports:
      GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonListWithTotalNumber.t()
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.