Update model.go

This commit is contained in:
Daniel Hougaard
2024-04-05 15:16:12 -07:00
parent b6b040375b
commit 66c48fbff8

View File

@@ -528,6 +528,7 @@ type GetRawSecretsV3Request struct {
WorkspaceId string `json:"workspaceId"`
SecretPath string `json:"secretPath"`
IncludeImport bool `json:"include_imports"`
Recursive bool `json:"recursive"`
}
type GetRawSecretsV3Response struct {