MCPcopy Create free account
hub / github.com/cloudbase/garm / SetOrgID

Method SetOrgID

client/organizations/get_org_parameters.go:130–132  ·  view source on GitHub ↗

SetOrgID adds the orgId to the get org params

(orgID string)

Source from the content-addressed store, hash-verified

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

Callers 1

WithOrgIDMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected