AI-generated Key Takeaways
-
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.
Resource: RollupPropertySourceLink
A link that references a source property under the parent rollup property.
JSON representation |
---|
{ "name": string, "sourceProperty": string } |
Fields | |
---|---|
name |
Output only. Resource name of this RollupPropertySourceLink. Format: 'properties/{property_id}/rollupPropertySourceLinks/{rollupPropertySourceLink}' Format: 'properties/123/rollupPropertySourceLinks/456' |
sourceProperty |
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. |