struct Octokit::Models::LargeFile
- Octokit::Models::LargeFile
- Struct
- Value
- Object
Defined in:
octokit/models/migration_source_import.crConstructors
- .new(ref_name : String, path : String, oid : String, size : Int32)
- .new(__temp_2812 : JSON::PullParser)
Instance Method Summary
- #oid : String
- #oid=(_oid : String)
- #path : String
- #path=(_path : String)
- #ref_name : String
- #ref_name=(_ref_name : String)
- #size : Int32
- #size=(_size : Int32)
- #to_json(json : JSON::Builder)