Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 307 Bytes

UserstagedMapV1Request.md

File metadata and controls

18 lines (12 loc) · 307 Bytes

EzmaxApi::UserstagedMapV1Request

Properties

Name Type Description Notes
fki_user_id Integer The unique ID of the User

Example

require 'Ezmaxapi'

instance = EzmaxApi::UserstagedMapV1Request.new(
  fki_user_id: 70
)