only_latest_version property

bool get only_latest_version

Implementation

bool get only_latest_version => this._only_latest_version;
set only_latest_version (bool only_latest_version)

Implementation

set only_latest_version(bool only_latest_version) {
  this._only_latest_version = only_latest_version;
  this.__isset_only_latest_version = true;
}