github.com/orange-cloudfoundry/cli@v7.1.0+incompatible/api/cloudcontroller/ccv3/constant/included_users.go (about)

     1  package constant
     2  
     3  // IncludedType represents the additional resources queried from CloudController
     4  // using the include parameter
     5  type IncludedType string
     6  
     7  const (
     8  	IncludedTypeUsers IncludedType = "users"
     9  )