GetGithubAppResult

data class GetGithubAppResult(val description: String, val id: String, val name: String, val nodeId: String, val slug: String)

A collection of values returned by getGithubApp.

Constructors

Link copied to clipboard
constructor(description: String, id: String, name: String, nodeId: String, slug: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The app's description.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The app's full name.

Link copied to clipboard

The Node ID of the app.

Link copied to clipboard