GetActionsSecretsPlainArgs

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

A collection of arguments for invoking getActionsSecrets.

Constructors

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

Properties

Link copied to clipboard
val fullName: String? = null

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

Link copied to clipboard
val name: String? = null

The name of the repository.

Functions

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