Skip to content

Commit da340f5

Browse files
committed
Use internalpbm namespace for PbmQueryIOFiltersFromProfileId
1 parent 1f0838e commit da340f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pbm/methods/internal_methods.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ import (
2424
)
2525

2626
type PbmQueryIOFiltersFromProfileIdBody struct {
27-
Req *types.PbmQueryIOFiltersFromProfileId `xml:"urn:pbm PbmQueryIOFiltersFromProfileId,omitempty"`
28-
Res *types.PbmQueryIOFiltersFromProfileIdResponse `xml:"urn:pbm PbmQueryIOFiltersFromProfileIdResponse,omitempty"`
27+
Req *types.PbmQueryIOFiltersFromProfileId `xml:"urn:internalpbm PbmQueryIOFiltersFromProfileId,omitempty"`
28+
Res *types.PbmQueryIOFiltersFromProfileIdResponse `xml:"urn:internalpbm PbmQueryIOFiltersFromProfileIdResponse,omitempty"`
2929
Fault_ *soap.Fault `xml:"http://schemas.xmlsoap.org/soap/envelope/ Fault,omitempty"`
3030
}
3131

0 commit comments

Comments
 (0)