Class: Google::Analytics::Admin::V1alpha::CreateRollupPropertyRequest
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::CreateRollupPropertyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb
Overview
Request message for CreateRollupProperty RPC.
Instance Attribute Summary collapse
-
#rollup_property ⇒ ::Google::Analytics::Admin::V1alpha::Property
Required.
-
#source_properties ⇒ ::Array<::String>
Optional.
Instance Attribute Details
#rollup_property ⇒ ::Google::Analytics::Admin::V1alpha::Property
Returns Required. The roll-up property to create.
2607 2608 2609 2610 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 2607 class CreateRollupPropertyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#source_properties ⇒ ::Array<::String>
Returns Optional. The resource names of properties that will be sources to the created roll-up property.
2607 2608 2609 2610 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 2607 class CreateRollupPropertyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |