github.com/mook-as/cf-cli@v7.0.0-beta.28.0.20200120190804-b91c115fae48+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 )