Mask and filter are not working when using the SoftLayer API
问题 When I add billingItemFlag to my mask and filter it is missing in the results. I am using the SoftLayer-go api from the SoftLayer GitHub account. Is my filter or mask wrong? Please consider the following code: const mask string = "id;hostname;domain;billingItemFlag;billingItem" var filters = filter.Build( filter.Path("billingItemFlag").NotNull(), filter.Path("billingItem").NotNull(), ) accountService := services.GetAccountService(softlayerSession) hardware, err := accountService.Filter