Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 382 Bytes

TaskProgress.md

File metadata and controls

20 lines (14 loc) · 382 Bytes

FlatApi::TaskProgress

Properties

Name Type Description Notes
percent Float Percent of the task progression [optional]
text String Text details of the task progress [optional]

Example

require 'flat_api'

instance = FlatApi::TaskProgress.new(
  percent: null,
  text: null
)