REST Resource: edits.details
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Ressource: AppDetails
Die App-Details. Die Ressource für DetailsService.
JSON-Darstellung |
{
"defaultLanguage": string,
"contactWebsite": string,
"contactEmail": string,
"contactPhone": string
} |
Felder |
defaultLanguage |
string
Standardmäßiger Sprachcode im BCP 47-Format (z. B. „en-US“).
|
contactWebsite |
string
Die für den Nutzer sichtbare Website dieser App.
|
contactEmail |
string
Die für den Nutzer sichtbare Support-E-Mail-Adresse für diese App.
|
contactPhone |
string
Die für den Nutzer sichtbare Support-Telefonnummer für diese App.
|
Methoden |
|
Ruft Details zu einer App ab. |
|
Patches-Details einer App. |
|
Aktualisiert Details einer App. |
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-08-22 (UTC).
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2024-08-22 (UTC)."],[[["The AppDetails resource provides information about an application, such as its default language, contact website, email, and phone number."],["You can manage app details through the `get`, `patch`, and `update` methods which allow retrieval, partial modification, and complete replacement of the details respectively."],["AppDetails are represented in JSON format and include fields for default language, contact website, email, and phone number."]]],[]]