ProjectBadgeArgs

data class ProjectBadgeArgs(val badgeEnabled: Output<Boolean>? = null, val badgeRequestUrl: Output<String>? = null) : ConvertibleToJava<ProjectBadgeArgs>

Definition of ProjectBadge

Constructors

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

Properties

Link copied to clipboard
val badgeEnabled: Output<Boolean>? = null

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

Link copied to clipboard
val badgeRequestUrl: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): ProjectBadgeArgs