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

@@ -93,7 +93,7 @@ type RecordBasicService struct {
// Main information about Compute
type ItemCompute struct {
// Account ID
AccountID uint64
AccountID uint64 `json:"accountId"`
// Architecture
Architecture string `json:"arch"`