SetSelectParameters sets SelectParameters of the restore select request
(v SelectParameters)
| 132 | |
| 133 | // SetSelectParameters sets SelectParameters of the restore select request |
| 134 | func (r *RestoreRequest) SetSelectParameters(v SelectParameters) { |
| 135 | r.SelectParameters = &v |
| 136 | } |
| 137 | |
| 138 | // SetOutputLocation sets the properties of the copy of the archived object |
| 139 | func (r *RestoreRequest) SetOutputLocation(v OutputLocation) { |