module Ecoportal module API class V2 class Page class Component class Action < Common::Content::DoubleModel passkey :id passthrough :patch_ver, :name passthrough :weight, :complete, :overdue, :other_information passdate :due_date, :created_at #, :completed_at passthrough :created_by, :assigned_person_member_id end end end end end end