Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.91 KB

File metadata and controls

34 lines (28 loc) · 1.91 KB

EzmaxApi::EzsigntemplateelementdependencyResponseCompound

Properties

Name Type Description Notes
pki_ezsigntemplateelementdependency_id Integer The unique ID of the Ezsigntemplateelementdependency
fki_ezsigntemplateformfield_id Integer The unique ID of the Ezsigntemplateformfield [optional]
fki_ezsigntemplatesignature_id Integer The unique ID of the Ezsigntemplatesignature [optional]
fki_ezsigntemplateformfield_id_validation Integer The unique ID of the Ezsigntemplateformfield [optional]
fki_ezsigntemplateformfieldgroup_id_validation Integer The unique ID of the Ezsigntemplateformfieldgroup [optional]
e_ezsigntemplateelementdependency_validation FieldEEzsigntemplateelementdependencyValidation
b_ezsigntemplateelementdependency_selected Boolean Whether if it's selected or not when using eEzsigntemplateelementdependencyValidation = Selected [optional]
e_ezsigntemplateelementdependency_operator FieldEEzsigntemplateelementdependencyOperator [optional]
s_ezsigntemplateelementdependency_value String The value of the Ezsignelementdependency [optional]

Example

require 'Ezmaxapi'

instance = EzmaxApi::EzsigntemplateelementdependencyResponseCompound.new(
  pki_ezsigntemplateelementdependency_id: 314,
  fki_ezsigntemplateformfield_id: 71,
  fki_ezsigntemplatesignature_id: 99,
  fki_ezsigntemplateformfield_id_validation: 71,
  fki_ezsigntemplateformfieldgroup_id_validation: 64,
  e_ezsigntemplateelementdependency_validation: null,
  b_ezsigntemplateelementdependency_selected: false,
  e_ezsigntemplateelementdependency_operator: null,
  s_ezsigntemplateelementdependency_value: Montreal
)