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