REST Resource: properties.rollupPropertySourceLinks
সম্পদ: RollupPropertySourceLink
একটি লিঙ্ক যা প্যারেন্ট রোলআপ সম্পত্তির অধীনে একটি উৎস সম্পত্তি উল্লেখ করে।
JSON প্রতিনিধিত্ব |
---|
{
"name": string,
"sourceProperty": string
} |
ক্ষেত্র |
---|
name | string শুধুমাত্র আউটপুট। এই RollupPropertySourceLink এর রিসোর্স নাম। ফর্ম্যাট: 'properties/{property_id}/rollupPropertySourceLinks/{rollupPropertySourceLink}' ফর্ম্যাট: 'properties/123/rollupPropertySourceLinks/456' |
source Property | string অপরিবর্তনীয়। উৎস সম্পত্তির সম্পদের নাম। বিন্যাস: বৈশিষ্ট্য/{property_id} উদাহরণ: "properties/789" |
পদ্ধতি |
---|
| একটি রোল-আপ সম্পত্তি উৎস লিঙ্ক তৈরি করে। |
| একটি রোল-আপ সম্পত্তি উৎস লিঙ্ক মুছে দেয়। |
| একটি একক রোল-আপ সম্পত্তি উৎস লিঙ্কের জন্য সন্ধান করুন। |
| একটি সম্পত্তিতে রোল-আপ সম্পত্তি উৎস লিঙ্ক তালিকা. |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-01-14 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-01-14 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["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"]]