You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

12 lines
391 B

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"`
}