ImageModuleData
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
JSON 表示法 |
{
"mainImage": {
object (Image )
},
"id": string
} |
字段 |
mainImage |
object (Image )
宽度为 100% 的图片。
|
id |
string
与图片模块相关联的 ID。此字段便于管理图片模块。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):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. |"]]