struct Octokit::Models::ReleaseAsset
- Octokit::Models::ReleaseAsset
- Struct
- Value
- Object
Defined in:
octokit/models/repo_releases.crConstructors
- .new(id : Int32, url : String, name : String, label : Union(String, Nil), state : String, content_type : String, size : Int32, download_count : Int32, created_at : Time, updated_at : Time, browser_download_url : String, uploader : User, node_id : String)
- .new(__temp_4150 : JSON::PullParser)
Instance Method Summary
- #browser_download_url : String
- #browser_download_url=(_browser_download_url : String)
- #content_type : String
- #content_type=(_content_type : String)
- #created_at : Time
- #created_at=(_created_at : Time)
- #download_count : Int32
- #download_count=(_download_count : Int32)
- #id : Int32
- #id=(_id : Int32)
- #label : Union(String, Nil)
- #label=(_label : Union(String, Nil))
- #name : String
- #name=(_name : String)
- #node_id : String
- #node_id=(_node_id : String)
- #size : Int32
- #size=(_size : Int32)
- #state : String
- #state=(_state : String)
- #to_json(json : JSON::Builder)
- #updated_at : Time
- #updated_at=(_updated_at : Time)
- #uploader : User
- #uploader=(_uploader : User)
- #url : String
- #url=(_url : String)
Constructor Detail
def self.new(id : Int32, url : String, name : String, label : Union(String, Nil), state : String, content_type : String, size : Int32, download_count : Int32, created_at : Time, updated_at : Time, browser_download_url : String, uploader : User, node_id : String)
#