github.com/franc20/ayesa_sap@v7.0.0-beta.28.0.20200124003224-302d4d52fa6c+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  )