REST Resource: properties.rollupPropertySourceLinks
Resource: RollupPropertySourceLink
Penautan yang mereferensikan properti sumber di properti gabungan induk.
Representasi JSON |
{
"name": string,
"sourceProperty": string
} |
Kolom |
name |
string
Hanya output. Nama resource RollupPropertySourceLink ini. Format: 'properties/{property_id}/rollupPropertySourceLinks/{rollupPropertySourceLink}' Format: 'properties/123/rollupPropertySourceLinks/456'
|
sourceProperty |
string
Tidak dapat diubah. Nama resource properti sumber. Format: properties/{property_id} Contoh: "properties/789"
|
Metode |
|
Membuat penautan sumber properti gabungan. |
|
Menghapus penautan sumber properti gabungan. |
|
Mencari satu Penautan sumber properti gabungan. |
|
Mencantumkan Penautan sumber properti gabungan di properti. |
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-01-14 UTC.
[null,null,["Terakhir diperbarui pada 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"]]