GetRepositoryPlainArgs

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

A collection of arguments for invoking getRepository.

Constructors

Link copied to clipboard
constructor(name: String, project: String? = null)

Properties

Link copied to clipboard

Resource name of the repository. The repo name may contain slashes. eg, name/with/slash

Link copied to clipboard
val project: String? = null

The ID of the project in which the resource belongs. If it is not provided, the provider project is used.

Functions

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