class DingSDK::Operations::LookupRequest

def initialize(customer_uuid: nil, phone_number: nil, type: nil)

def initialize(customer_uuid: nil, phone_number: nil, type: nil)
  @customer_uuid = customer_uuid
  @phone_number = phone_number
  @type = type
end