github.com/morlay/goqcloud@v0.0.0-20181123023149-b00e0b0b9afc/clients/tbm/data_types.go (about) 1 package tbm 2 3 // 用户年龄画像元素数组 4 5 type AgePortraitInfo *AgePortraitInfo 6 7 // 用户性别画像元素数组 8 9 type GenderPortraitInfo *GenderPortraitInfo 10 11 // 行业报道新闻 12 13 type IndustryNews *IndustryNews 14 15 // 用户喜好电影画像元素数组 16 17 type MoviePortraitInfo *MoviePortraitInfo 18 19 // 省份画像元素 20 21 type ProvincePortrait *ProvincePortrait 22 23 // 用户省份画像元素数组 24 25 type ProvincePortraitInfo *ProvincePortraitInfo 26 27 // 文章信息 28 29 type BrandReportArticle *BrandReportArticle 30 31 // 按日期的统计数据 32 33 type DateCount *DateCount 34 35 // 明星喜好画像元素 36 37 type StarPortrait *StarPortrait 38 39 // 用户喜好的明星画像元素数组 40 41 type StarPortraitInfo *StarPortraitInfo 42 43 // 用户评论内容类型 44 45 type CommentInfo *CommentInfo 46 47 // 用户好评差评个数信息 48 49 type Comment *Comment 50 51 // 性别画像元素 52 53 type GenderPortrait *GenderPortrait 54 55 // 电影喜好画像元素 56 57 type MoviePortrait *MoviePortrait 58 59 // 用户年龄画像 60 61 type AgePortrait *AgePortrait