bilibili-backup/app/service/bbq/push/dao/jpush/audience.go
2019-04-22 02:59:20 +00:00

13 lines
391 B
Go

package jpush
// Audience .
type Audience struct {
Tag interface{} `json:"tag,omitempty"`
TagAnd interface{} `json:"tag_and,omitempty"`
TagNot interface{} `json:"tag_not,omitempty"`
Alias interface{} `json:"alias,omitempty"`
RegID interface{} `json:"registration_id,omitempty"`
Segment interface{} `json:"segment,omitempty"`
AbTest interface{} `json:"abtest,omitempty"`
}