Class: Google::Analytics::Admin::V1alpha::CreateRollupPropertyResponse
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::CreateRollupPropertyResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb
Overview
Response message for CreateRollupProperty RPC.
Instance Attribute Summary collapse
-
#rollup_property ⇒ ::Google::Analytics::Admin::V1alpha::Property
The created roll-up property.
-
#rollup_property_source_links ⇒ ::Array<::Google::Analytics::Admin::V1alpha::RollupPropertySourceLink>
The created roll-up property source links.
Instance Attribute Details
#rollup_property ⇒ ::Google::Analytics::Admin::V1alpha::Property
Returns The created roll-up property.
2619 2620 2621 2622 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 2619 class CreateRollupPropertyResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#rollup_property_source_links ⇒ ::Array<::Google::Analytics::Admin::V1alpha::RollupPropertySourceLink>
Returns The created roll-up property source links.
2619 2620 2621 2622 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 2619 class CreateRollupPropertyResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |