mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-16 21:59:53 +05:00
Remove ActivationInterval for Attributes (tests failing)
This commit is contained in:
committed by
Dan Christian Bogos
parent
5b62682506
commit
236c61ff1f
@@ -709,15 +709,14 @@ type TPAttribute struct {
|
||||
|
||||
// TPAttributeProfile is used in APIs to manage remotely offline AttributeProfile
|
||||
type TPAttributeProfile struct {
|
||||
TPid string
|
||||
Tenant string
|
||||
ID string
|
||||
FilterIDs []string
|
||||
ActivationInterval *TPActivationInterval // Time when this limit becomes active and expires
|
||||
Contexts []string // bind this TPAttribute to multiple context
|
||||
Attributes []*TPAttribute
|
||||
Blocker bool
|
||||
Weight float64
|
||||
TPid string
|
||||
Tenant string
|
||||
ID string
|
||||
FilterIDs []string
|
||||
Contexts []string // bind this TPAttribute to multiple context
|
||||
Attributes []*TPAttribute
|
||||
Blocker bool
|
||||
Weight float64
|
||||
}
|
||||
|
||||
// TPChargerProfile is used in APIs to manage remotely offline ChargerProfile
|
||||
|
||||
Reference in New Issue
Block a user