MCPcopy Create free account
hub / github.com/anchordotdev/cli / Organization

Struct Organization

api/openapi.gen.go:249–258  ·  view source on GitHub ↗

Organization defines model for organization.

Source from the content-addressed store, hash-verified

247
248// Organization defines model for organization.
249type Organization struct {
250 // Apid A value used as a parameter when referencing this organization.
251 Apid string `json:"apid"`
252
253 // Name The name for this organization.
254 Name string `json:"name"`
255
256 // Slug The slugified name for this organization.
257 Slug string `json:"slug"`
258}
259
260// Organizations defines model for organizations.
261type Organizations struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected