Class: Google::Analytics::Data::V1alpha::GetMetadataRequest
- Inherits:
-
Object
- Object
- Google::Analytics::Data::V1alpha::GetMetadataRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/data/v1alpha/analytics_data_api.rb
Overview
Request for a property's dimension and metric metadata.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of the metadata to retrieve. This name field is specified in the URL path and not URL parameters. Property is a numeric Google Analytics 4 (GA4) Property identifier.
Example: properties/1234/metadata.
339 340 341 342 |
# File 'proto_docs/google/analytics/data/v1alpha/analytics_data_api.rb', line 339 class GetMetadataRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |