GoogleApi.ContentWarehouse.V1.Model.QualityQrewriteAccountProvenance
Table of Contents ▼
Jump to a specific part of the page:
Description
Used to annotate the source of cross-account personal data. See go/cross-account-understanding.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
dataSources
(type:list(String.t)
, default:nil
)
- -
googleAccount
(type:GoogleApi.ContentWarehouse.V1.Model.QualityQrewriteAccountProvenanceGoogleAccount
, default:nil
)
- -
thirdPartyAccount
(type:GoogleApi.ContentWarehouse.V1.Model.QualityQrewriteAccountProvenanceThirdPartyAccount
, 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.
Type
@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
}
dataSources: [String.t()] | nil,
googleAccount: GoogleApi.ContentWarehouse.V1.Model.QualityQrewriteAccountProvenanceGoogleAccount.t() | nil,
thirdPartyAccount: GoogleApi.ContentWarehouse.V1.Model.QualityQrewriteAccountProvenanceThirdPartyAccount.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.QualityQrewriteAccountProvenance