ImageModuleData
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
JSON 表現 |
{
"mainImage": {
object (Image )
},
"id": string
} |
フィールド |
mainImage |
object (Image )
幅 100% の画像。
|
id |
string
画像モジュールに関連付けられている ID。このフィールドは、画像モジュールの管理を容易にするためのものです。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[null,null,["最終更新日 2025-07-25 UTC。"],[[["\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. |"]]