Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 729 Bytes

File metadata and controls

22 lines (16 loc) · 729 Bytes

EzmaxApi::AuthenticationexternalRequestCompound

Properties

Name Type Description Notes
pki_authenticationexternal_id Integer The unique ID of the Authenticationexternal [optional]
s_authenticationexternal_description String The description of the Authenticationexternal
e_authenticationexternal_type FieldEAuthenticationexternalType

Example

require 'Ezmaxapi'

instance = EzmaxApi::AuthenticationexternalRequestCompound.new(
  pki_authenticationexternal_id: 56,
  s_authenticationexternal_description: Authentification,
  e_authenticationexternal_type: null
)