GetRepositoryCreationTemplatePlainArgs

data class GetRepositoryCreationTemplatePlainArgs(val prefix: String, val resourceTags: Map<String, String>? = null) : ConvertibleToJava<GetRepositoryCreationTemplatePlainArgs>

A collection of arguments for invoking getRepositoryCreationTemplate.

Constructors

Link copied to clipboard
constructor(prefix: String, resourceTags: Map<String, String>? = null)

Properties

Link copied to clipboard

The repository name prefix that the template matches against.

Link copied to clipboard
val resourceTags: Map<String, String>? = null

A map of tags to assign to any created repositories.

Functions

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