FilterPath specifies a list of filters used to reduce the response.
(filterPath ...string)
| 60 | |
| 61 | // FilterPath specifies a list of filters used to reduce the response. |
| 62 | func (s *DeleteScriptService) FilterPath(filterPath ...string) *DeleteScriptService { |
| 63 | s.filterPath = filterPath |
| 64 | return s |
| 65 | } |
| 66 | |
| 67 | // Header adds a header to the request. |
| 68 | func (s *DeleteScriptService) Header(name string, value string) *DeleteScriptService { |
nothing calls this directly
no outgoing calls
no test coverage detected