REST Resource: properties.rollupPropertySourceLinks
المورد: RollupPropertySourceLink
رابط يشير إلى موقع مصدر ضمن موقع العرض الإجمالي الرئيسي
تمثيل JSON |
{
"name": string,
"sourceProperty": string
} |
الحقول |
name |
string
النتائج فقط. اسم المورد الخاص برابط RollupPropertySourceLink هذا. التنسيق: 'properties/{property_id}/rollupPropertySourceLinks/{rollupPropertySourceLink}' التنسيق: 'properties/123/rollupPropertySourceLinks/456'
|
sourceProperty |
string
غير قابل للتغيير اسم المورد لموقع المصدر التنسيق: properties/{property_id}، على سبيل المثال: "properties/789"
|
الطُرق |
|
لإنشاء رابط مصدر موقع بيانات مجمّعة. |
|
لحذف رابط مصدر موقع بيانات مجمّعة |
|
ابحث عن رابط مصدر واحد لموقع بيانات مجمّعة. |
|
يعرض هذا التقرير روابط مصادر مواقع العرض المجمّعة في موقع معيّن. |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-01-14 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-01-14 (حسب التوقيت العالمي المتفَّق عليه)"],[[["RollupPropertySourceLink is a reference to a source property under a parent rollup property and is represented by its name and the source property."],["It includes methods to create, delete, retrieve, and list roll-up property source links."],["The resource name follows a specific format: `properties/{property_id}/rollupPropertySourceLinks/{rollupPropertySourceLink}`."],["You can manage roll-up property source links using the provided API methods documented in the links."]]],["A `RollupPropertySourceLink` is a resource referencing a source property under a parent rollup property. Its JSON format includes a `name` (resource identifier) and `sourceProperty` (source property identifier). Available actions include: `create` to establish a new link, `delete` to remove a link, `get` to retrieve details of a specific link, and `list` to view all links associated with a property. The `name` and `sourceProperty` fields are strings in the format: `properties/{property_id}/rollupPropertySourceLinks/{rollupPropertySourceLink}` and `properties/{property_id}`.\n"]]