Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
struct
Octokit::Models::PageBuildEvent
Inherits
Struct
<
Value
<
Object
Constructors
new
(build :
PagesBuild
, id :
Union
(
Int64
,
Nil
), repo :
Union
(
Repository
,
Nil
), sender :
Union
(
User
,
Nil
), installation :
Union
(
Installation
,
Nil
))
new
(__temp_1665 :
JSON::PullParser
)
Instance methods
build
build=
(_build :
PagesBuild
)
id
id=
(_id :
Union
(
Int64
,
Nil
))
installation
installation=
(_installation :
Union
(
Installation
,
Nil
))
repo
repo=
(_repo :
Union
(
Repository
,
Nil
))
sender
sender=
(_sender :
Union
(
User
,
Nil
))
to_json
(json :
JSON::Builder
)