Updated GetAttributeProfileIDs

This commit is contained in:
Tripon Alexandru-Ionut
2019-04-17 15:58:37 +03:00
committed by Dan Christian Bogos
parent 87d5f6dd15
commit fbc1fad902
8 changed files with 102 additions and 16 deletions

View File

@@ -792,6 +792,11 @@ type TenantArg struct {
Tenant string
}
type TenantArgWithPaginator struct {
TenantArg
Paginator
}
type TenantWithArgDispatcher struct {
*TenantArg
*ArgDispatcher