final case class PostRepoWebHook(slug: Slug, hook: WebHook, t: AccessToken) extends GithubOp[WebHook] with Product with Serializable
- Source
- Github.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PostRepoWebHook
- Serializable
- Serializable
- Product
- Equals
- GithubOp
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new PostRepoWebHook(slug: Slug, hook: WebHook, t: AccessToken)