c

gitbucket.core.api

ApiWebhookConfig

case class ApiWebhookConfig(content_type: String, url: String) extends Product with Serializable

https://docs.github.com/en/rest/reference/repos#webhooks

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ApiWebhookConfig
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ApiWebhookConfig(content_type: String, url: String)

Value Members

  1. val content_type: String
  2. def productElementNames: Iterator[String]
    Definition Classes
    Product
  3. val url: String