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.
A collection of values returned by getActionsSecrets.