Class: Google::Analytics::Admin::V1alpha::CreateKeyEventRequest
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::CreateKeyEventRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb
Overview
Request message for CreateKeyEvent RPC
Instance Attribute Summary collapse
-
#key_event ⇒ ::Google::Analytics::Admin::V1alpha::KeyEvent
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#key_event ⇒ ::Google::Analytics::Admin::V1alpha::KeyEvent
Returns Required. The Key Event to create.
921 922 923 924 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 921 class CreateKeyEventRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The resource name of the parent property where this Key Event will be created. Format: properties/123.
921 922 923 924 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 921 class CreateKeyEventRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |