Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 386 Bytes

startup-user-dto.md

File metadata and controls

25 lines (16 loc) · 386 Bytes

Startup User Dto

The startup user DTO.

Structure

StartupUserDto

Fields

Name Type Tags Description
name string Optional Gets or sets the username.
password string Optional Gets or sets the user's password.

Example (as JSON)

{
  "Name": null,
  "Password": null
}