Class: OpenApiSDK::Operations::TrackCustomerRequestBody

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

Instance Method Summary collapse

Methods included from MetadataFields

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

Constructor Details

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

Returns a new instance of TrackCustomerRequestBody.



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

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