Class: OpenApiSDK::Operations::TrackCustomerResponseBody

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

Overview

A customer was tracked.

Instance Method Summary collapse

Methods included from MetadataFields

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

Constructor Details

#initialize(customer_avatar: nil, customer_email: nil, customer_id: nil, customer_name: nil) ⇒ TrackCustomerResponseBody

Returns a new instance of TrackCustomerResponseBody.



25
26
27
28
29
30
# File 'lib/open_api_sdk/models/operations/trackcustomer_responsebody.rb', line 25

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