FileRequestDto Data Type

The Class FileRequestDto.

Implemented Interfaces
Serializable
Properties
name data type description
filepath string The filepath.
content string The Base 64 data

Example

{
  "filepath" : "...",
  "content" : "..."
}