GetRepositoryPlainArgs

data class GetRepositoryPlainArgs(val description: String? = null, val fullName: String? = null, val homepageUrl: String? = null, val name: String? = null) : ConvertibleToJava<GetRepositoryPlainArgs>

A collection of arguments for invoking getRepository.

Constructors

Link copied to clipboard
constructor(description: String? = null, fullName: String? = null, homepageUrl: String? = null, name: String? = null)

Properties

Link copied to clipboard
val description: String? = null

A description of the license.

Link copied to clipboard
val fullName: String? = null

Full name of the repository (in org/name format).

Link copied to clipboard
val homepageUrl: String? = null

URL of a page describing the project.

Link copied to clipboard
val name: String? = null

The name of the repository.

Functions

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