Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 469 Bytes

CorsEditObjectV1Response.md

File metadata and controls

20 lines (14 loc) · 469 Bytes

EzmaxApi::CorsEditObjectV1Response

Properties

Name Type Description Notes
obj_debug_payload CommonResponseObjDebugPayload
obj_debug CommonResponseObjDebug [optional]

Example

require 'Ezmaxapi'

instance = EzmaxApi::CorsEditObjectV1Response.new(
  obj_debug_payload: null,
  obj_debug: null
)