MCPcopy Index your code
hub / github.com/cloudfoundry/cli / UserResource

Struct UserResource

cf/api/resources/users.go:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import "code.cloudfoundry.org/cli/v8/cf/models"
4
5type UserResource struct {
6 Resource
7 Entity UserEntity
8}
9
10type UserEntity struct {
11 Name string `json:"username,omitempty"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected