Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 554 Bytes

GlobalEzmaxclientVersionV1Response.md

File metadata and controls

20 lines (14 loc) · 554 Bytes

EzmaxApi::GlobalEzmaxclientVersionV1Response

Properties

Name Type Description Notes
s_ezmaxclient_version String The version on the store
s_ezmaxclient_oslatestversion String The latest OS version of the system running the application at the time of release [default to '11']

Example

require 'Ezmaxapi'

instance = EzmaxApi::GlobalEzmaxclientVersionV1Response.new(
  s_ezmaxclient_version: null,
  s_ezmaxclient_oslatestversion: null
)