Class: OpenApiSDK::Operations::TrackLeadResponseBody
- Inherits:
-
Utils::FieldAugmented
- Object
- Utils::FieldAugmented
- OpenApiSDK::Operations::TrackLeadResponseBody
- Extended by:
- T::Sig
- Defined in:
- lib/open_api_sdk/models/operations/tracklead_responsebody.rb
Overview
A lead was tracked.
Instance Method Summary collapse
-
#initialize(click_id: nil, customer_avatar: nil, customer_email: nil, customer_id: nil, customer_name: nil, event_name: nil, metadata: nil) ⇒ TrackLeadResponseBody
constructor
A new instance of TrackLeadResponseBody.
Methods included from MetadataFields
#field, #fields, included, #marshal_json, #marshal_single
Constructor Details
#initialize(click_id: nil, customer_avatar: nil, customer_email: nil, customer_id: nil, customer_name: nil, event_name: nil, metadata: nil) ⇒ TrackLeadResponseBody
Returns a new instance of TrackLeadResponseBody.
31 32 33 34 35 36 37 38 39 |
# File 'lib/open_api_sdk/models/operations/tracklead_responsebody.rb', line 31 def initialize(click_id: nil, customer_avatar: nil, customer_email: nil, customer_id: nil, customer_name: nil, event_name: nil, metadata: nil) @click_id = click_id @customer_avatar = customer_avatar @customer_email = customer_email @customer_id = customer_id @customer_name = customer_name @event_name = event_name @metadata = end |