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

Used to annotate the source of cross-account personal data. See go/cross-account-understanding.

Attributes

  • dataSources (type: list(String.t), default: nil) -
  • googleAccount (type: GoogleApi.ContentWarehouse.V1.Model.QualityQrewriteAccountProvenanceGoogleAccount.t, default: nil) -
  • thirdPartyAccount (type: GoogleApi.ContentWarehouse.V1.Model.QualityQrewriteAccountProvenanceThirdPartyAccount.t, default: nil) - Note google_account and third_party_account could both exist. For example, a user could share her Spotify account with other users registered on the same device.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.QualityQrewriteAccountProvenance{
  dataSources: [String.t()] | nil,
  googleAccount:
    GoogleApi.ContentWarehouse.V1.Model.QualityQrewriteAccountProvenanceGoogleAccount.t()
    | nil,
  thirdPartyAccount:
    GoogleApi.ContentWarehouse.V1.Model.QualityQrewriteAccountProvenanceThirdPartyAccount.t()
    | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.