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