GetRepositoryPullRequestPlainArgs

data class GetRepositoryPullRequestPlainArgs(val baseRepository: String, val number: Int, val owner: String? = null) : ConvertibleToJava<GetRepositoryPullRequestPlainArgs>

A collection of arguments for invoking getRepositoryPullRequest.

Constructors

Link copied to clipboard
constructor(baseRepository: String, number: Int, owner: String? = null)

Properties

Link copied to clipboard

Name of the base repository to retrieve the Pull Request from.

Link copied to clipboard
val number: Int

The number of the Pull Request within the repository.

Link copied to clipboard
val owner: String? = null

Owner of the repository. If not provided, the provider's default owner is used.

Functions

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