struct Octokit::Models::Timeline
  
  - Octokit::Models::Timeline
 - Struct
 - Value
 - Object
 
Defined in:
octokit/models/issue_timeline.crConstructors
- .new(id : Int64, url : String, commit_url : String, actor : User, event : String, commit_id : String, created_at : Time, label : Union(Label, Nil), assignee : Union(User, Nil), milestone : Union(User, Nil), source : Union(Source, Nil), rename : Union(Rename, Nil), project_card : Union(ProjectCard, Nil))
 - .new(__temp_2402 : JSON::PullParser)
 
Instance Method Summary
- #actor : User
 - #actor=(_actor : User)
 - #assignee : Union(User, Nil)
 - #assignee=(_assignee : Union(User, Nil))
 - #commit_id : String
 - #commit_id=(_commit_id : String)
 - #commit_url : String
 - #commit_url=(_commit_url : String)
 - #created_at : Time
 - #created_at=(_created_at : Time)
 - #event : String
 - #event=(_event : String)
 - #id : Int64
 - #id=(_id : Int64)
 - #label : Union(Label, Nil)
 - #label=(_label : Union(Label, Nil))
 - #milestone : Union(User, Nil)
 - #milestone=(_milestone : Union(User, Nil))
 - #project_card : Union(ProjectCard, Nil)
 - #project_card=(_project_card : Union(ProjectCard, Nil))
 - #rename : Union(Rename, Nil)
 - #rename=(_rename : Union(Rename, Nil))
 - #source : Union(Source, Nil)
 - #source=(_source : Union(Source, Nil))
 - #to_json(json : JSON::Builder)
 - #url : String
 - #url=(_url : String)
 
Constructor Detail
        
        def self.new(id : Int64, url : String, commit_url : String, actor : User, event : String, commit_id : String, created_at : Time, label : Union(Label, Nil), assignee : Union(User, Nil), milestone : Union(User, Nil), source : Union(Source, Nil), rename : Union(Rename, Nil), project_card : Union(ProjectCard, Nil))
        #