Class: OpenApiSDK::Operations::TrackLeadRequestBody

Inherits:
Utils::FieldAugmented show all
Extended by:
T::Sig
Defined in:
lib/open_api_sdk/models/operations/tracklead_requestbody.rb

Instance Method Summary collapse

Methods included from MetadataFields

#field, #fields, included, #marshal_json, #marshal_single

Constructor Details

#initialize(click_id: nil, customer_id: nil, event_name: nil, customer_avatar: nil, customer_email: nil, customer_name: nil, metadata: nil) ⇒ TrackLeadRequestBody

Returns a new instance of TrackLeadRequestBody.



31
32
33
34
35
36
37
38
39
# File 'lib/open_api_sdk/models/operations/tracklead_requestbody.rb', line 31

def initialize(click_id: nil, customer_id: nil, event_name: nil, customer_avatar: nil, customer_email: nil, customer_name: nil, metadata: nil)
  @click_id = click_id
  @customer_id = customer_id
  @event_name = event_name
  @customer_avatar = customer_avatar
  @customer_email = customer_email
  @customer_name = customer_name
  @metadata = 
end