Class: Google::Analytics::Admin::V1alpha::DeleteReportingDataAnnotationRequest
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::DeleteReportingDataAnnotationRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb
Overview
Request message for DeleteReportingDataAnnotation RPC.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Resource name of the Reporting Data Annotation to delete. Format: properties/property_id/reportingDataAnnotations/reporting_data_annotation Example: properties/123/reportingDataAnnotations/456.
2821 2822 2823 2824 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 2821 class DeleteReportingDataAnnotationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |