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