github.com/wanddynosios/cli/v8@v8.7.9-0.20240221182337-1a92e3a7017f/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  )