Class: Google::Analytics::Admin::V1alpha::RollupPropertySourceLink

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

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'.

Returns:

  • (::String)

    Output only. Resource name of this RollupPropertySourceLink. Format: 'properties/{property_id}/rollupPropertySourceLinks/{rollup_property_source_link}' Format: 'properties/123/rollupPropertySourceLinks/456'



1495
1496
1497
1498
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1495

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".

Returns:

  • (::String)

    Immutable. Resource name of the source property. Format: properties/{property_id} Example: "properties/789"



1495
1496
1497
1498
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1495

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