WithOrgID adds the orgID to the get org params
(orgID string)
| 122 | |
| 123 | // WithOrgID adds the orgID to the get org params |
| 124 | func (o *GetOrgParams) WithOrgID(orgID string) *GetOrgParams { |
| 125 | o.SetOrgID(orgID) |
| 126 | return o |
| 127 | } |
| 128 | |
| 129 | // SetOrgID adds the orgId to the get org params |
| 130 | func (o *GetOrgParams) SetOrgID(orgID string) { |
no test coverage detected