github.com/DaAlbrecht/cf-cli@v0.0.0-20231128151943-1fe19bb400b9/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 )