light modification

This commit is contained in:
mr
2025-01-22 12:04:38 +01:00
parent fa00980352
commit 062c1afe85
2 changed files with 2 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ func (i *StorageResourceInstance) GetID() string {
}
type StorageResourcePartnership struct {
ResourcePartnerShip[*StorageResourcePricingProfile]
*ResourcePartnerShip[*StorageResourcePricingProfile]
MaxSizeGBAllowed float64 `json:"allowed_gb,omitempty" bson:"allowed_gb,omitempty"`
OnlyEncryptedAllowed bool `json:"personal_data_allowed,omitempty" bson:"personal_data_allowed,omitempty"`
}