Get Actions Environment Secrets Result
data class GetActionsEnvironmentSecretsResult(val environment: String, val fullName: String, val id: String, val name: String, val secrets: List<GetActionsEnvironmentSecretsSecret>)
A collection of values returned by getActionsEnvironmentSecrets.