Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 711 Bytes

File metadata and controls

24 lines (18 loc) · 711 Bytes

EzmaxApi::CustomNotificationtestgetelementsResponse

Properties

Name Type Description Notes
pki_notificationtest_id Integer The unique ID of the Notificationtest
s_notificationtest_function String The function name of the Notificationtest
a_s_variableobject_property Array<String>
a_obj_variableobject Array<Hash>

Example

require 'Ezmaxapi'

instance = EzmaxApi::CustomNotificationtestgetelementsResponse.new(
  pki_notificationtest_id: 14,
  s_notificationtest_function: Default,
  a_s_variableobject_property: null,
  a_obj_variableobject: null
)