This commit is contained in:
2024-02-01 10:50:38 +03:00
parent 96273d2a12
commit 16cad7a3e7
9 changed files with 29 additions and 9 deletions

View File

@@ -18,7 +18,7 @@ type ListRequest struct {
// Find by account ID
// Required: false
AccountID uint64 `url:"accountID,omitempty" json:"accountID,omitempty"`
AccountID uint64 `url:"accountId,omitempty" json:"accountId,omitempty"`
// Find by resource group ID
// Required: false