SocialGraphApiProtoThirdPartyInfo

AI Overview😉

  • The potential purpose of this module is to store and provide information about third-party applications that interact with user data, specifically those that delete contact information. This module seems to be part of a larger system that tracks and displays the history of user data changes.
  • This module could impact search results by providing users with more transparency and context about how their data is being used and modified by third-party applications. For example, if a user searches for information about a specific app that has deleted their contact data, this module could provide the app's current name and other relevant details.
  • To be more favorable for this function, a website could ensure that it provides clear and accurate information about its data handling practices, including any third-party applications that may access or modify user data. This could involve implementing clear and concise data policies, providing easy access to data change history, and ensuring that user data is handled securely and responsibly.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • clientName (type: String.t, default: nil) - Not to be used. We have since moved to a lookup string at read time approach as opposed to storing data at write time. b/146072927
  • projectNumber (type: String.t, default: nil) - Project number of the third party application performing the delete to be looked up via ClientAuthConfig during display time for users to know the current name of an application which has deleted contact data.

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.SocialGraphApiProtoThirdPartyInfo{
  clientName: String.t() | nil,
  projectNumber: 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.