ImageModuleData
JSON প্রতিনিধিত্ব |
---|
{
"mainImage": {
object (Image )
},
"id": string
} |
ক্ষেত্র |
---|
mainImage | object ( Image ) একটি 100% প্রস্থের ছবি। |
id | string একটি ইমেজ মডিউলের সাথে যুক্ত আইডি। এই ক্ষেত্রটি এখানে ইমেজ মডিউল পরিচালনার সহজে সক্ষম করতে। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-03-13 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-03-13 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["Image modules utilize JSON to define their structure, encompassing a primary image and a unique identifier."],["The `mainImage` field represents the main image content, utilizing the Image object structure for specifications."],["An `id` field is included within the image module JSON, serving as a unique identifier for management purposes."]]],["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"]]