GetReleaseExecutableResponse constructor

GetReleaseExecutableResponse({
  1. String? executable,
  2. String? executableVersion,
  3. String? language,
  4. String? rulesetName,
  5. String? syncTime,
  6. String? updateTime,
})

Implementation

GetReleaseExecutableResponse({
  this.executable,
  this.executableVersion,
  this.language,
  this.rulesetName,
  this.syncTime,
  this.updateTime,
});