SetOrgID adds the orgId to the get org params
(orgID string)
| 128 | |
| 129 | // SetOrgID adds the orgId to the get org params |
| 130 | func (o *GetOrgParams) SetOrgID(orgID string) { |
| 131 | o.OrgID = orgID |
| 132 | } |
| 133 | |
| 134 | // WriteToRequest writes these params to a swagger request |
| 135 | func (o *GetOrgParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error { |