GetGithubAppPlainArgs

data class GetGithubAppPlainArgs(val slug: String) : ConvertibleToJava<GetGithubAppPlainArgs>

A collection of arguments for invoking getGithubApp.

Constructors

Link copied to clipboard
constructor(slug: String)

Properties

Link copied to clipboard

The URL-friendly name of your GitHub App.

Functions

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