struct Octokit::Models::Migration
- Octokit::Models::Migration
- Struct
- Value
- Object
Defined in:
octokit/models/migrations.crConstructors
- .new(id : Int64, guid : String, state : String, lock_repositories : Bool, exclude_attachments : Bool, url : String, created_at : Time, updated_at : Time, repositories : Array(Repository))
- .new(__temp_2860 : JSON::PullParser)
Instance Method Summary
- #created_at : Time
- #created_at=(_created_at : Time)
- #exclude_attachments : Bool
- #exclude_attachments=(_exclude_attachments : Bool)
- #guid : String
- #guid=(_guid : String)
- #id : Int64
- #id=(_id : Int64)
- #lock_repositories : Bool
- #lock_repositories=(_lock_repositories : Bool)
- #repositories : Array(Repository)
- #repositories=(_repositories : Array(Repository))
- #state : String
- #state=(_state : String)
- #to_json(json : JSON::Builder)
- #updated_at : Time
- #updated_at=(_updated_at : Time)
- #url : String
- #url=(_url : String)
Constructor Detail
def self.new(id : Int64, guid : String, state : String, lock_repositories : Bool, exclude_attachments : Bool, url : String, created_at : Time, updated_at : Time, repositories : Array(Repository))
#