mirror of
https://github.com/cubixle/iabtcfv2.git
synced 2026-04-30 15:48:39 +01:00
Add RestrictionType type
This commit is contained in:
@@ -38,7 +38,7 @@ type CoreString struct {
|
|||||||
|
|
||||||
type PubRestriction struct {
|
type PubRestriction struct {
|
||||||
PurposeId int
|
PurposeId int
|
||||||
RestrictionType int
|
RestrictionType RestrictionType
|
||||||
NumEntries int
|
NumEntries int
|
||||||
RangeEntries []*RangeEntry
|
RangeEntries []*RangeEntry
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user