Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 518 Bytes

validate-path-dto.md

File metadata and controls

27 lines (18 loc) · 518 Bytes

Validate Path Dto

Validate path object.

Structure

ValidatePathDto

Fields

Name Type Tags Description
validate_writable bool Optional Gets or sets a value indicating whether validate if path is writable.
path string Optional Gets or sets the path.
is_file bool Optional Gets or sets is path file.

Example (as JSON)

{
  "ValidateWritable": null,
  "Path": null,
  "IsFile": null
}