Es un vínculo que hace referencia a una propiedad fuente en la propiedad de datos integrados superior.
Representación JSON
{"name": string,"sourceProperty": string}
Campos
name
string
Solo salida. Es el nombre del recurso de este RollupPropertySourceLink. Formato: "properties/{property_id}/rollupPropertySourceLinks/{rollupPropertySourceLink}" Formato: "properties/123/rollupPropertySourceLinks/456"
sourceProperty
string
Inmutable. Es el nombre del recurso de la propiedad de origen. Formato: properties/{property_id} Ejemplo: "properties/789"
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Falta la información que necesito","missingTheInformationINeed","thumb-down"],["Muy complicado o demasiados pasos","tooComplicatedTooManySteps","thumb-down"],["Desactualizado","outOfDate","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Problema con las muestras o los códigos","samplesCodeIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 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"]]