Class: Google::Analytics::Admin::V1alpha::GetRollupPropertySourceLinkRequest
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::GetRollupPropertySourceLinkRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb
Overview
Request message for GetRollupPropertySourceLink RPC.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the roll-up property source link to lookup. Format: properties/{property_id}/rollupPropertySourceLinks/{rollup_property_source_link_id} Example: properties/123/rollupPropertySourceLinks/456.
2631 2632 2633 2634 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 2631 class GetRollupPropertySourceLinkRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |