Connection Github Config
data class ConnectionGithubConfig(val appInstallationId: Int? = null, val authorizerCredential: ConnectionGithubConfigAuthorizerCredential? = null)
Constructors
Link copied to clipboard
constructor(appInstallationId: Int? = null, authorizerCredential: ConnectionGithubConfigAuthorizerCredential? = null)