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 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-01-08 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-01-08 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"]]