struct Octokit::Models::ProjectCardOptions
- Octokit::Models::ProjectCardOptions
- Struct
- Value
- Object
Defined in:
octokit/models/projects.crConstructors
- .new(note : String, content_id : Int64, content_type : String, archived : Bool)
- .new(__temp_3176 : JSON::PullParser)
Instance Method Summary
- #archived : Bool
- #archived=(_archived : Bool)
- #content_id : Int64
- #content_id=(_content_id : Int64)
- #content_type : String
- #content_type=(_content_type : String)
- #note : String
- #note=(_note : String)
- #to_json(json : JSON::Builder)