package api import ( "repository.basistech.ru/BASIS/dynamix-standard-go-sdk/pkg/respool" ) // Accessing the Resource pool method group func (ca *API) ResourcePool() *respool.ResourcePool { return respool.New(ca.client) }