DeleteBorderRequest constructor

DeleteBorderRequest(
  1. String? name,
  2. String? borderType, {
  3. String? nodePath,
  4. String? folder,
  5. String? storage,
  6. String? loadEncoding,
  7. String? password,
  8. String? encryptedPassword,
  9. String? destFileName,
  10. String? revisionAuthor,
  11. String? revisionDateTime,
})

Implementation

DeleteBorderRequest(this.name, this.borderType,
    {this.nodePath,
    this.folder,
    this.storage,
    this.loadEncoding,
    this.password,
    this.encryptedPassword,
    this.destFileName,
    this.revisionAuthor,
    this.revisionDateTime});