REST Resource: edits.details
리소스: AppDetails
앱 세부정보입니다. DetailsService의 리소스입니다.
JSON 표현 |
{
"defaultLanguage": string,
"contactWebsite": string,
"contactEmail": string,
"contactPhone": string
} |
필드 |
defaultLanguage |
string
기본 언어 코드입니다. BCP 47 형식입니다 (예: 'en-US').
|
contactWebsite |
string
이 앱의 사용자에게 표시되는 웹사이트입니다.
|
contactEmail |
string
이 앱의 사용자에게 표시되는 지원 이메일입니다.
|
contactPhone |
string
이 앱의 사용자에게 표시되는 지원 전화번호입니다.
|
메서드 |
|
앱의 세부정보를 가져옵니다. |
|
앱의 세부정보에 패치를 적용합니다. |
|
앱의 세부정보를 업데이트합니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-12-17(UTC)
[null,null,["최종 업데이트: 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"]]