Get Dependabot Secrets Result
data class GetDependabotSecretsResult(val fullName: String, val id: String, val name: String, val secrets: List<GetDependabotSecretsSecret>)
A collection of values returned by getDependabotSecrets.
Constructors
Link copied to clipboard
fun GetDependabotSecretsResult(fullName: String, id: String, name: String, secrets: List<GetDependabotSecretsSecret>)