This commit is contained in:
dayterr
2026-02-27 17:09:58 +03:00
parent 2ded555d47
commit a92bdecb29
33 changed files with 119 additions and 267 deletions

View File

@@ -79,6 +79,9 @@ type ListResourceConsumption struct {
// Access Control List
type ACL struct {
// Email
Email string `json:"email"`
// Explicit
Explicit bool `json:"explicit"`