AcceleratorGitRepositoryResponse

data class AcceleratorGitRepositoryResponse(val authSetting: Any, val branch: String? = null, val commit: String? = null, val gitTag: String? = null, val intervalInSeconds: Int? = null, val subPath: String? = null, val url: String)

Constructors

Link copied to clipboard
constructor(authSetting: Any, branch: String? = null, commit: String? = null, gitTag: String? = null, intervalInSeconds: Int? = null, subPath: String? = null, url: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Properties of the auth setting payload.

Link copied to clipboard
val branch: String? = null

Git repository branch to be used.

Link copied to clipboard
val commit: String? = null

Git repository commit to be used.

Link copied to clipboard
val gitTag: String? = null

Git repository tag to be used.

Link copied to clipboard
val intervalInSeconds: Int? = null

Interval for checking for updates to Git or image repository.

Link copied to clipboard
val subPath: String? = null

Folder path inside the git repository to consider as the root of the accelerator or fragment.

Link copied to clipboard
val url: String

Git repository URL for the accelerator.