BodyString is the document encoded as a string.
(body string)
| 114 | |
| 115 | // BodyString is the document encoded as a string. |
| 116 | func (s *PutScriptService) BodyString(body string) *PutScriptService { |
| 117 | s.bodyString = body |
| 118 | return s |
| 119 | } |
| 120 | |
| 121 | // buildURL builds the URL for the operation. |
| 122 | func (s *PutScriptService) buildURL() (string, string, url.Values, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected