ImageModuleData
JSON 표현 |
{
"mainImage": {
object (Image )
},
"id": string
} |
필드 |
mainImage |
object (Image )
100% 너비의 이미지입니다.
|
id |
string
이미지 모듈과 연결된 ID입니다. 이 필드는 이미지 모듈을 쉽게 관리하기 위해 사용됩니다.
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-11-13(UTC)
[null,null,["최종 업데이트: 2024-11-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"]]