ImageModuleData
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
تمثيل JSON |
{
"mainImage": {
object (Image )
},
"id": string
} |
الحقول |
mainImage |
object (Image )
صورة بعرض 100%.
|
id |
string
المعرّف المرتبط بوحدة صورة. تم تخصيص هذا الحقل لتسهيل إدارة وحدات الصور.
|
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\u003cp\u003eImage modules utilize JSON to define their structure, encompassing a primary image and a unique identifier.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003emainImage\u003c/code\u003e field represents the main image content, utilizing the Image object structure for specifications.\u003c/p\u003e\n"],["\u003cp\u003eAn \u003ccode\u003eid\u003c/code\u003e field is included within the image module JSON, serving as a unique identifier for management purposes.\u003c/p\u003e\n"]]],["The provided JSON represents a data structure with two key fields. `mainImage` is an object of type \"Image\" and represents a full-width image. `id` is a string value representing a unique identifier for managing the image module. This `id` field facilitates the management of image modules. Both fields are presented in the JSON schema and are associated with a specific description.\n"],null,["# ImageModuleData\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\n| JSON representation |\n|-------------------------------------------------------------------------------------|\n| ``` { \"mainImage\": { object (/wallet/reference/rest/v1/Image) }, \"id\": string } ``` |\n\n| Fields ||\n|-------------|--------------------------------------------------------------------------------------------------------------------|\n| `mainImage` | `object (`[Image](/wallet/reference/rest/v1/Image)`)` A 100% width image. |\n| `id` | `string` The ID associated with an image module. This field is here to enable ease of management of image modules. |"]]