MCPcopy
hub / github.com/goauthentik/authentik / ApiOutpostsRadiusListRequest

Struct ApiOutpostsRadiusListRequest

packages/client-go/api_outposts.go:876–884  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

874}
875
876type ApiOutpostsRadiusListRequest struct {
877 ctx context.Context
878 ApiService *OutpostsAPIService
879 name *string
880 ordering *string
881 page *int32
882 pageSize *int32
883 search *string
884}
885
886func (r ApiOutpostsRadiusListRequest) Name(name string) ApiOutpostsRadiusListRequest {
887 r.name = &name

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected