View Source GoogleApi.ContentWarehouse.V1.Model.QualityQrewriteAccountProvenanceThirdPartyAccount (google_api_content_warehouse v0.4.0)

The 3P account the annotated personal data belongs to.

Attributes

  • email (type: String.t, default: nil) - Email address of the linked account (eg foo@outlook.com).
  • thirdPartyProviderId (type: String.t, default: nil) - Unique identifier for the third party provider. Defined by Google via AoG.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.QualityQrewriteAccountProvenanceThirdPartyAccount{
    email: String.t() | nil,
    thirdPartyProviderId: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.