Octokit::Models::TeamDiscussion
Constructors
new(author : User, body : String, body_html : String, body_version : String, comments_count : Int32, comments_url : String, created_at : Time, last_edited_at : String, html_url : String, node_id : String, number : Int32, pinned : Bool, private __arg0 : Bool, team_url : String, title : String, updated_at : Time, url : String, reactions : Reactions)
new(__temp_4502 : JSON::PullParser)
Instance methods
author
author=(_author : User)
body
body=(_body : String)
body_html
body_html=(_body_html : String)
body_version
body_version=(_body_version : String)
comments_count
comments_count=(_comments_count : Int32)
comments_url
comments_url=(_comments_url : String)
created_at
created_at=(_created_at : Time)
html_url
html_url=(_html_url : String)
last_edited_at
last_edited_at=(_last_edited_at : String)
node_id
node_id=(_node_id : String)
number
number=(_number : Int32)
pinned
pinned=(_pinned : Bool)
private
private=(_private : Bool)
reactions
reactions=(_reactions : Reactions)
team_url
team_url=(_team_url : String)
title
title=(_title : String)
to_json(json : JSON::Builder)
updated_at
updated_at=(_updated_at : Time)
url
url=(_url : String)