Class: Google::Analytics::Admin::V1alpha::RollupPropertySourceLink
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::RollupPropertySourceLink
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/resources.rb
Overview
A link that references a source property under the parent rollup property.
Instance Attribute Summary collapse
-
#name ⇒ ::String
readonly
Output only.
-
#source_property ⇒ ::String
Immutable.
Instance Attribute Details
#name ⇒ ::String (readonly)
Returns Output only. Resource name of this RollupPropertySourceLink. Format: 'properties/{property_id}/rollupPropertySourceLinks/{rollup_property_source_link}' Format: 'properties/123/rollupPropertySourceLinks/456'.
1572 1573 1574 1575 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1572 class RollupPropertySourceLink include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#source_property ⇒ ::String
Returns Immutable. Resource name of the source property. Format: properties/{property_id} Example: "properties/789".
1572 1573 1574 1575 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1572 class RollupPropertySourceLink include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |