REST Resource: properties.rollupPropertySourceLinks
Stay organized with collections
Save and categorize content based on your preferences.
Resource: RollupPropertySourceLink
A link that references a source property under the parent rollup property.
JSON representation |
{
"name": string,
"sourceProperty": string
} |
Fields |
name |
string
Output only. Resource name of this RollupPropertySourceLink. Format: 'properties/{property_id}/rollupPropertySourceLinks/{rollupPropertySourceLink}' Format: 'properties/123/rollupPropertySourceLinks/456'
|
sourceProperty |
string
Immutable. Resource name of the source property. Format: properties/{property_id} Example: "properties/789"
|
Methods |
|
Creates a roll-up property source link. |
|
Deletes a roll-up property source link. |
|
Lookup for a single roll-up property source Link. |
|
Lists roll-up property source Links on a property. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-09 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-09 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."]]],[]]