Class: Google::Analytics::Admin::V1alpha::DeleteKeyEventRequest
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::DeleteKeyEventRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb
Overview
Request message for DeleteKeyEvent RPC
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of the Key Event to delete. Format: properties/{property}/keyEvents/{key_event} Example: "properties/123/keyEvents/456".
959 960 961 962 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 959 class DeleteKeyEventRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |