UpdateCustomXmlPartRequest constructor

UpdateCustomXmlPartRequest(
  1. String? name,
  2. int? customXmlPartIndex,
  3. CustomXmlPartUpdate? customXmlPart, {
  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

UpdateCustomXmlPartRequest(
    this.name, this.customXmlPartIndex, this.customXmlPart,
    {this.folder,
    this.storage,
    this.loadEncoding,
    this.password,
    this.encryptedPassword,
    this.destFileName,
    this.revisionAuthor,
    this.revisionDateTime});