docs/AddTimeOption
Forgejo::AddTimeOption
Properties
Name | Type | Description | Notes |
---|---|---|---|
created | Time | [optional] | |
time | Integer | time in seconds | |
user_name | String | User who spent the time (optional) | [optional] |
Example
require 'forgejo' instance = Forgejo::AddTimeOption.new( created: null, time: null, user_name: null )