AI-generated Key Takeaways
- 
          RollupPropertySourceLink resources link a source property under a parent rollup property. 
- 
          The JSON representation for a RollupPropertySourceLink includes a name(output only resource name) and an immutablesourceProperty(resource name of the source property).
- 
          Methods available for RollupPropertySourceLink resources are create, delete, get, and list. 
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. |