Class: Google::Analytics::Admin::V1alpha::GetRollupPropertySourceLinkRequest

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::String)

    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



2403
2404
2405
2406
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 2403

class GetRollupPropertySourceLinkRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end