Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface V2DevicesVersionFilter

VersionFilter should be included if specific version/s of the App are required.

Hierarchy

  • V2DevicesVersionFilter

Properties

Properties

Optional maxVersion

maxVersion: undefined | number

Max version code, inclusive. The range considered is [min_version:max_version]. A null range implies any version. Examples: To specify a single version use: [target_version:target_version]. To specify any version leave min_version and max_version unspecified. To specify all versions until max_version, leave min_version unspecified. To specify all versions from min_version, leave max_version unspecified.

Optional minVersion

minVersion: undefined | number

Min version code or 0, inclusive.

Generated using TypeDoc