Class: Google::Analytics::Admin::V1alpha::GetExpandedDataSetRequest
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::GetExpandedDataSetRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb
Overview
Request message for GetExpandedDataSet RPC.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the ExpandedDataSet to get. Example format: properties/1234/expandedDataSets/5678.
1951 1952 1953 1954 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 1951 class GetExpandedDataSetRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |