Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.62 KB

EzsigntsarequirementAutocompleteElementResponse.md

File metadata and controls

24 lines (18 loc) · 1.62 KB

EzmaxApi::EzsigntsarequirementAutocompleteElementResponse

Properties

Name Type Description Notes
s_ezsigntsarequirement_description_x String The description of the Ezsigntsarequirement in the language of the requester
pki_ezsigntsarequirement_id Integer The unique ID of the Ezsigntsarequirement. Determine if a Time Stamping Authority should add a timestamp on each of the signature. Valid values: Value
b_ezsigntsarequirement_isactive Boolean Whether the Ezsigntsarequirement is active or not
b_disabled Boolean Indicates if the element is disabled in the context

Example

require 'Ezmaxapi'

instance = EzmaxApi::EzsigntsarequirementAutocompleteElementResponse.new(
  s_ezsigntsarequirement_description_x: No,
  pki_ezsigntsarequirement_id: 1,
  b_ezsigntsarequirement_isactive: true,
  b_disabled: null
)