REST Resource: edits.details
Ressource: AppDetails
Die App-Details. Die Ressource für DetailsService.
JSON-Darstellung |
{
"defaultLanguage": string,
"contactWebsite": string,
"contactEmail": string,
"contactPhone": string
} |
Felder |
defaultLanguage |
string
Standardsprachcode im BCP-47-Format (z. B. „en-US“).
|
contactWebsite |
string
Die für Nutzer sichtbare Website dieser App.
|
contactEmail |
string
Die für Nutzer sichtbare Support-E-Mail-Adresse für diese App.
|
contactPhone |
string
Die für Nutzer sichtbare Supporttelefonnummer für diese App.
|
Methoden |
|
Ruft Details zu einer App ab. |
|
Details zu Patches einer App. |
|
Aktualisiert die 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-12-17 (UTC).
[null,null,["Zuletzt aktualisiert: 2024-12-17 (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."]]],["The `AppDetails` resource contains information about an app, including its default language (BCP 47 format), contact website, email, and phone number. This data is represented in JSON format. The resource provides methods to `get`, `patch`, and `update` these app details. Actions include retrieving the app's current information or modifying it via partial or full updates using the specified endpoints.\n"]]