Files

11 lines
218 B
Go
Raw Permalink Normal View History

2025-09-27 01:06:15 +03:00
package cloudbroker
import (
"repository.basistech.ru/BASIS/dynamix-golang-sdk/v12/pkg/cloudbroker/zone"
)
// Accessing the Zone method group
func (ca *CloudBroker) Zone() *zone.Zone {
return zone.New(ca.client)
}