ProjectBadgeResponse

data class ProjectBadgeResponse(val badgeEnabled: Boolean? = null, val badgeRequestUrl: String? = null)

Definition of ProjectBadge

Constructors

Link copied to clipboard
constructor(badgeEnabled: Boolean? = null, badgeRequestUrl: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val badgeEnabled: Boolean? = null

Set this to true to generate a publicly accessible URL for your project's build badge.

Link copied to clipboard
val badgeRequestUrl: String? = null

The publicly-accessible URL through which you can access the build badge for your project.