SetConsentStatusRequest
Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
Corps de la demande de consentement envoyée par GTAF à l'APD.
Représentation JSON |
{
"consentAction": enum (ConsentAction ),
"actionTimestamp": string
} |
Champs |
consentAction |
enum (ConsentAction )
Action effectuée par l'utilisateur.
|
actionTimestamp |
string (Timestamp format)
Code temporel auquel l'utilisateur a effectué l'action. Horodatage au format RFC3339 UTC "Zulu", avec une résolution de l'ordre de la nanoseconde et jusqu'à neuf chiffres décimaux. Exemples : "2014-10-02T15:01:23Z" et "2014-10-02T15:01:23.045123456Z" .
|
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/07/26 (UTC).
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Il n'y a pas l'information dont j'ai besoin","missingTheInformationINeed","thumb-down"],["Trop compliqué/Trop d'étapes","tooComplicatedTooManySteps","thumb-down"],["Obsolète","outOfDate","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Mauvais exemple/Erreur de code","samplesCodeIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 2025/07/26 (UTC)."],[[["The JSON representation outlines the structure of a consent request, detailing the user's action and the time it was taken."],["This structure uses two main fields: `consentAction`, indicating the type of user consent (e.g., accept, reject), and `actionTimestamp`, recording the precise time of the user's action."],["`consentAction` is an enumerated value from the `ConsentAction` resource, while `actionTimestamp` is a string formatted according to the Timestamp standard."]]],["The core content defines the structure of a consent request from GTAF to DPA, represented in JSON. The request contains two key fields: `consentAction`, an enumeration indicating the user's action, and `actionTimestamp`, a string representing the precise time the action occurred. The timestamp follows the RFC3339 UTC \"Zulu\" format, with nanosecond resolution. These fields are the essential elements of the consent request, detailing what the user did and when.\n"]]