NameDto Data Type

The Class NameDto.

Implemented Interfaces
Serializable
Properties
name data type description
title string The title.
firstName string The first name.
lastName string The last name.

Example

{
  "title" : "...",
  "firstName" : "...",
  "lastName" : "..."
}