Get Actions Secrets Result
data class GetActionsSecretsResult(val fullName: String, val id: String, val name: String, val secrets: List<GetActionsSecretsSecret>)
A collection of values returned by getActionsSecrets.
Constructors
Link copied to clipboard
fun GetActionsSecretsResult(fullName: String, id: String, name: String, secrets: List<GetActionsSecretsSecret>)