struct

Octokit::Models::CreateEvent

Inherits Struct < Value < Object

Constructors

new(ref : String, ref_type : String, master_branch : String, description : String, pusher_type : Union(String, Nil), repo : Union(Repository, Nil), sender : Union(User, Nil), installation : Union(Installation, Nil))
new(__temp_1334 : JSON::PullParser)

Instance methods

description
description=(_description : String)
installation
installation=(_installation : Union(Installation, Nil))
master_branch
master_branch=(_master_branch : String)
pusher_type
pusher_type=(_pusher_type : Union(String, Nil))
ref
ref=(_ref : String)
ref_type
ref_type=(_ref_type : String)
repo
repo=(_repo : Union(Repository, Nil))
sender
sender=(_sender : Union(User, Nil))
to_json(json : JSON::Builder)