Class: Google::Analytics::Admin::V1alpha::GetConversionEventRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb

Overview

Request message for GetConversionEvent RPC

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The resource name of the conversion event to retrieve. Format: properties/{property}/conversionEvents/{conversion_event} Example: "properties/123/conversionEvents/456".

Returns:

  • (::String)

    Required. The resource name of the conversion event to retrieve. Format: properties/{property}/conversionEvents/{conversion_event} Example: "properties/123/conversionEvents/456"



1064
1065
1066
1067
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 1064

class GetConversionEventRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end