GetSourceControlTokenPlainArgs

data class GetSourceControlTokenPlainArgs(val type: String) : ConvertibleToJava<GetSourceControlTokenPlainArgs>

A collection of arguments for invoking getSourceControlToken.

Constructors

Link copied to clipboard
constructor(type: String)

Properties

Link copied to clipboard

The Token type. Possible values include Bitbucket, Dropbox, Github, and OneDrive.

Functions

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