2025-09-23 14:34:24 +03:00
|
|
|
package cloudapi
|
|
|
|
|
|
2025-09-27 01:06:15 +03:00
|
|
|
import "repository.basistech.ru/BASIS/dynamix-golang-sdk/v12/pkg/cloudapi/bservice"
|
2025-09-23 14:34:24 +03:00
|
|
|
|
|
|
|
|
// Accessing the BService method group
|
|
|
|
|
func (ca *CloudAPI) BService() *bservice.BService {
|
|
|
|
|
return bservice.New(ca.client)
|
|
|
|
|
}
|