v20180129

package
v3.0.233+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 14, 2020 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const APIVersion = "2018-01-29"

Variables

This section is empty.

Functions

This section is empty.

Types

type AgePortrait

type AgePortrait struct {

	// 年龄区间
	AgeRange *string `json:"AgeRange,omitempty" name:"AgeRange"`

	// 百分比
	Percent *float64 `json:"Percent,omitempty" name:"Percent"`
}

type AgePortraitInfo

type AgePortraitInfo struct {

	// 用户年龄画像数组
	PortraitSet []*AgePortrait `json:"PortraitSet,omitempty" name:"PortraitSet" list`
}

type BrandReportArticle

type BrandReportArticle struct {

	// 文章标题
	Title *string `json:"Title,omitempty" name:"Title"`

	// 文章url地址
	Url *string `json:"Url,omitempty" name:"Url"`

	// 文章来源
	FromSite *string `json:"FromSite,omitempty" name:"FromSite"`

	// 文章发表日期
	PubTime *string `json:"PubTime,omitempty" name:"PubTime"`

	// 文章标识
	Flag *uint64 `json:"Flag,omitempty" name:"Flag"`

	// 文章热度值
	Hot *uint64 `json:"Hot,omitempty" name:"Hot"`

	// 文章来源等级
	Level *uint64 `json:"Level,omitempty" name:"Level"`

	// 文章摘要
	Abstract *string `json:"Abstract,omitempty" name:"Abstract"`

	// 文章ID
	ArticleId *string `json:"ArticleId,omitempty" name:"ArticleId"`
}

type Client

type Client struct {
	common.Client
}

func NewClient

func NewClient(credential *common.Credential, region string, clientProfile *profile.ClientProfile) (client *Client, err error)

func NewClientWithSecretId

func NewClientWithSecretId(secretId, secretKey, region string) (client *Client, err error)

Deprecated

func (*Client) DescribeBrandCommentCount

func (c *Client) DescribeBrandCommentCount(request *DescribeBrandCommentCountRequest) (response *DescribeBrandCommentCountResponse, err error)

通过分析用户在评价品牌时用词的正负面情绪评分,返回品牌好评与差评评价条数,按天输出结果。

func (*Client) DescribeBrandExposure

func (c *Client) DescribeBrandExposure(request *DescribeBrandExposureRequest) (response *DescribeBrandExposureResponse, err error)

监测品牌关键词命中文章标题或全文的文章篇数,按天输出数据。

func (*Client) DescribeBrandMediaReport

func (c *Client) DescribeBrandMediaReport(request *DescribeBrandMediaReportRequest) (response *DescribeBrandMediaReportResponse, err error)

监测品牌关键词出现在媒体网站(新闻媒体、网络门户、政府网站、微信公众号、天天快报等)发布资讯标题和正文中的报道数。按天输出结果。

func (*Client) DescribeBrandNegComments

func (c *Client) DescribeBrandNegComments(request *DescribeBrandNegCommentsRequest) (response *DescribeBrandNegCommentsResponse, err error)

通过分析用户在评价品牌时用词的正负面情绪评分,返回品牌热门差评观点列表。

func (*Client) DescribeBrandPosComments

func (c *Client) DescribeBrandPosComments(request *DescribeBrandPosCommentsRequest) (response *DescribeBrandPosCommentsResponse, err error)

通过分析用户在评价品牌时用词的正负面情绪评分,返回品牌热门好评观点列表。

func (*Client) DescribeBrandSocialOpinion

func (c *Client) DescribeBrandSocialOpinion(request *DescribeBrandSocialOpinionRequest) (response *DescribeBrandSocialOpinionResponse, err error)

检测品牌关键词出现在微博、QQ兴趣部落、论坛、博客等个人公开贡献资讯中的内容,每天聚合近30天热度最高的观点列表。

func (*Client) DescribeBrandSocialReport

func (c *Client) DescribeBrandSocialReport(request *DescribeBrandSocialReportRequest) (response *DescribeBrandSocialReportResponse, err error)

监测品牌关键词出现在微博、QQ兴趣部落、论坛、博客等个人公开贡献资讯中的条数。按天输出数据结果。

func (*Client) DescribeIndustryNews

func (c *Client) DescribeIndustryNews(request *DescribeIndustryNewsRequest) (response *DescribeIndustryNewsResponse, err error)

根据客户定制的行业关键词,监测关键词出现在媒体网站(新闻媒体、网络门户、政府网站、微信公众号、天天快报等)发布资讯标题和正文中的报道数,以及文章列表、来源渠道、作者、发布时间等。

func (*Client) DescribeUserPortrait

func (c *Client) DescribeUserPortrait(request *DescribeUserPortraitRequest) (response *DescribeUserPortraitResponse, err error)

通过分析洞察参与过品牌媒体互动的用户,比如公开发表品牌的新闻评论、在公开社交渠道发表过对品牌的评价观点等用户,返回用户的画像属性分布,例如性别、年龄、地域、喜爱的明星、喜爱的影视。

type Comment

type Comment struct {

	// 评论的日期
	Date *string `json:"Date,omitempty" name:"Date"`

	// 差评的个数
	NegCommentCount *uint64 `json:"NegCommentCount,omitempty" name:"NegCommentCount"`

	// 好评的个数
	PosCommentCount *uint64 `json:"PosCommentCount,omitempty" name:"PosCommentCount"`
}

type CommentInfo

type CommentInfo struct {

	// 用户评论内容
	Comment *string `json:"Comment,omitempty" name:"Comment"`

	// 评论的时间
	Date *string `json:"Date,omitempty" name:"Date"`
}

type DateCount

type DateCount struct {

	// 统计日期
	Date *string `json:"Date,omitempty" name:"Date"`

	// 统计值
	Count *uint64 `json:"Count,omitempty" name:"Count"`
}

type DescribeBrandCommentCountRequest

type DescribeBrandCommentCountRequest struct {
	*tchttp.BaseRequest

	// 品牌ID
	BrandId *string `json:"BrandId,omitempty" name:"BrandId"`

	// 查询开始日期
	StartDate *string `json:"StartDate,omitempty" name:"StartDate"`

	// 查询结束日期
	EndDate *string `json:"EndDate,omitempty" name:"EndDate"`
}

func NewDescribeBrandCommentCountRequest

func NewDescribeBrandCommentCountRequest() (request *DescribeBrandCommentCountRequest)

func (*DescribeBrandCommentCountRequest) FromJsonString

func (r *DescribeBrandCommentCountRequest) FromJsonString(s string) error

func (*DescribeBrandCommentCountRequest) ToJsonString

func (r *DescribeBrandCommentCountRequest) ToJsonString() string

type DescribeBrandCommentCountResponse

type DescribeBrandCommentCountResponse struct {
	*tchttp.BaseResponse
	Response *struct {

		// 按天统计好评/差评数
		CommentSet []*Comment `json:"CommentSet,omitempty" name:"CommentSet" list`

		// 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
		RequestId *string `json:"RequestId,omitempty" name:"RequestId"`
	} `json:"Response"`
}

func NewDescribeBrandCommentCountResponse

func NewDescribeBrandCommentCountResponse() (response *DescribeBrandCommentCountResponse)

func (*DescribeBrandCommentCountResponse) FromJsonString

func (r *DescribeBrandCommentCountResponse) FromJsonString(s string) error

func (*DescribeBrandCommentCountResponse) ToJsonString

func (r *DescribeBrandCommentCountResponse) ToJsonString() string

type DescribeBrandExposureRequest

type DescribeBrandExposureRequest struct {
	*tchttp.BaseRequest

	// 品牌ID
	BrandId *string `json:"BrandId,omitempty" name:"BrandId"`

	// 查询开始时间
	StartDate *string `json:"StartDate,omitempty" name:"StartDate"`

	// 查询结束时间
	EndDate *string `json:"EndDate,omitempty" name:"EndDate"`
}

func NewDescribeBrandExposureRequest

func NewDescribeBrandExposureRequest() (request *DescribeBrandExposureRequest)

func (*DescribeBrandExposureRequest) FromJsonString

func (r *DescribeBrandExposureRequest) FromJsonString(s string) error

func (*DescribeBrandExposureRequest) ToJsonString

func (r *DescribeBrandExposureRequest) ToJsonString() string

type DescribeBrandExposureResponse

type DescribeBrandExposureResponse struct {
	*tchttp.BaseResponse
	Response *struct {

		// 累计曝光量
		TotalCount *uint64 `json:"TotalCount,omitempty" name:"TotalCount"`

		// 按天计算的统计数据
		DateCountSet []*DateCount `json:"DateCountSet,omitempty" name:"DateCountSet" list`

		// 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
		RequestId *string `json:"RequestId,omitempty" name:"RequestId"`
	} `json:"Response"`
}

func NewDescribeBrandExposureResponse

func NewDescribeBrandExposureResponse() (response *DescribeBrandExposureResponse)

func (*DescribeBrandExposureResponse) FromJsonString

func (r *DescribeBrandExposureResponse) FromJsonString(s string) error

func (*DescribeBrandExposureResponse) ToJsonString

func (r *DescribeBrandExposureResponse) ToJsonString() string

type DescribeBrandMediaReportRequest

type DescribeBrandMediaReportRequest struct {
	*tchttp.BaseRequest

	// 品牌ID
	BrandId *string `json:"BrandId,omitempty" name:"BrandId"`

	// 查询开始时间
	StartDate *string `json:"StartDate,omitempty" name:"StartDate"`

	// 查询结束时间
	EndDate *string `json:"EndDate,omitempty" name:"EndDate"`
}

func NewDescribeBrandMediaReportRequest

func NewDescribeBrandMediaReportRequest() (request *DescribeBrandMediaReportRequest)

func (*DescribeBrandMediaReportRequest) FromJsonString

func (r *DescribeBrandMediaReportRequest) FromJsonString(s string) error

func (*DescribeBrandMediaReportRequest) ToJsonString

func (r *DescribeBrandMediaReportRequest) ToJsonString() string

type DescribeBrandMediaReportResponse

type DescribeBrandMediaReportResponse struct {
	*tchttp.BaseResponse
	Response *struct {

		// 查询范围内文章总数
		TotalCount *uint64 `json:"TotalCount,omitempty" name:"TotalCount"`

		// 按天计算的每天文章数
		DateCountSet []*DateCount `json:"DateCountSet,omitempty" name:"DateCountSet" list`

		// 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
		RequestId *string `json:"RequestId,omitempty" name:"RequestId"`
	} `json:"Response"`
}

func NewDescribeBrandMediaReportResponse

func NewDescribeBrandMediaReportResponse() (response *DescribeBrandMediaReportResponse)

func (*DescribeBrandMediaReportResponse) FromJsonString

func (r *DescribeBrandMediaReportResponse) FromJsonString(s string) error

func (*DescribeBrandMediaReportResponse) ToJsonString

func (r *DescribeBrandMediaReportResponse) ToJsonString() string

type DescribeBrandNegCommentsRequest

type DescribeBrandNegCommentsRequest struct {
	*tchttp.BaseRequest

	// 品牌ID
	BrandId *string `json:"BrandId,omitempty" name:"BrandId"`

	// 查询开始时间
	StartDate *string `json:"StartDate,omitempty" name:"StartDate"`

	// 查询结束时间
	EndDate *string `json:"EndDate,omitempty" name:"EndDate"`

	// 查询条数上限,默认20
	Limit *uint64 `json:"Limit,omitempty" name:"Limit"`

	// 查询偏移,默认从0开始
	Offset *uint64 `json:"Offset,omitempty" name:"Offset"`
}

func NewDescribeBrandNegCommentsRequest

func NewDescribeBrandNegCommentsRequest() (request *DescribeBrandNegCommentsRequest)

func (*DescribeBrandNegCommentsRequest) FromJsonString

func (r *DescribeBrandNegCommentsRequest) FromJsonString(s string) error

func (*DescribeBrandNegCommentsRequest) ToJsonString

func (r *DescribeBrandNegCommentsRequest) ToJsonString() string

type DescribeBrandNegCommentsResponse

type DescribeBrandNegCommentsResponse struct {
	*tchttp.BaseResponse
	Response *struct {

		// 评论列表
		BrandCommentSet []*CommentInfo `json:"BrandCommentSet,omitempty" name:"BrandCommentSet" list`

		// 总的差评个数
		TotalComments *uint64 `json:"TotalComments,omitempty" name:"TotalComments"`

		// 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
		RequestId *string `json:"RequestId,omitempty" name:"RequestId"`
	} `json:"Response"`
}

func NewDescribeBrandNegCommentsResponse

func NewDescribeBrandNegCommentsResponse() (response *DescribeBrandNegCommentsResponse)

func (*DescribeBrandNegCommentsResponse) FromJsonString

func (r *DescribeBrandNegCommentsResponse) FromJsonString(s string) error

func (*DescribeBrandNegCommentsResponse) ToJsonString

func (r *DescribeBrandNegCommentsResponse) ToJsonString() string

type DescribeBrandPosCommentsRequest

type DescribeBrandPosCommentsRequest struct {
	*tchttp.BaseRequest

	// 品牌ID
	BrandId *string `json:"BrandId,omitempty" name:"BrandId"`

	// 查询开始时间
	StartDate *string `json:"StartDate,omitempty" name:"StartDate"`

	// 查询结束时间
	EndDate *string `json:"EndDate,omitempty" name:"EndDate"`

	// 查询条数上限,默认20
	Limit *uint64 `json:"Limit,omitempty" name:"Limit"`

	// 查询偏移,从0开始
	Offset *uint64 `json:"Offset,omitempty" name:"Offset"`
}

func NewDescribeBrandPosCommentsRequest

func NewDescribeBrandPosCommentsRequest() (request *DescribeBrandPosCommentsRequest)

func (*DescribeBrandPosCommentsRequest) FromJsonString

func (r *DescribeBrandPosCommentsRequest) FromJsonString(s string) error

func (*DescribeBrandPosCommentsRequest) ToJsonString

func (r *DescribeBrandPosCommentsRequest) ToJsonString() string

type DescribeBrandPosCommentsResponse

type DescribeBrandPosCommentsResponse struct {
	*tchttp.BaseResponse
	Response *struct {

		// 评论列表
		BrandCommentSet []*CommentInfo `json:"BrandCommentSet,omitempty" name:"BrandCommentSet" list`

		// 总的好评个数
		TotalComments *uint64 `json:"TotalComments,omitempty" name:"TotalComments"`

		// 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
		RequestId *string `json:"RequestId,omitempty" name:"RequestId"`
	} `json:"Response"`
}

func NewDescribeBrandPosCommentsResponse

func NewDescribeBrandPosCommentsResponse() (response *DescribeBrandPosCommentsResponse)

func (*DescribeBrandPosCommentsResponse) FromJsonString

func (r *DescribeBrandPosCommentsResponse) FromJsonString(s string) error

func (*DescribeBrandPosCommentsResponse) ToJsonString

func (r *DescribeBrandPosCommentsResponse) ToJsonString() string

type DescribeBrandSocialOpinionRequest

type DescribeBrandSocialOpinionRequest struct {
	*tchttp.BaseRequest

	// 品牌ID
	BrandId *string `json:"BrandId,omitempty" name:"BrandId"`

	// 检索开始时间
	StartDate *string `json:"StartDate,omitempty" name:"StartDate"`

	// 检索结束时间
	EndDate *string `json:"EndDate,omitempty" name:"EndDate"`

	// 查询偏移,默认从0开始
	Offset *int64 `json:"Offset,omitempty" name:"Offset"`

	// 查询条数上限,默认20
	Limit *int64 `json:"Limit,omitempty" name:"Limit"`

	// 列表显示标记,若为true,则返回文章列表详情
	ShowList *bool `json:"ShowList,omitempty" name:"ShowList"`
}

func NewDescribeBrandSocialOpinionRequest

func NewDescribeBrandSocialOpinionRequest() (request *DescribeBrandSocialOpinionRequest)

func (*DescribeBrandSocialOpinionRequest) FromJsonString

func (r *DescribeBrandSocialOpinionRequest) FromJsonString(s string) error

func (*DescribeBrandSocialOpinionRequest) ToJsonString

func (r *DescribeBrandSocialOpinionRequest) ToJsonString() string

type DescribeBrandSocialOpinionResponse

type DescribeBrandSocialOpinionResponse struct {
	*tchttp.BaseResponse
	Response *struct {

		// 文章总数
		ArticleCount *uint64 `json:"ArticleCount,omitempty" name:"ArticleCount"`

		// 来源统计总数
		FromCount *uint64 `json:"FromCount,omitempty" name:"FromCount"`

		// 疑似负面报道总数
		AdverseCount *uint64 `json:"AdverseCount,omitempty" name:"AdverseCount"`

		// 文章列表详情
		ArticleSet []*BrandReportArticle `json:"ArticleSet,omitempty" name:"ArticleSet" list`

		// 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
		RequestId *string `json:"RequestId,omitempty" name:"RequestId"`
	} `json:"Response"`
}

func NewDescribeBrandSocialOpinionResponse

func NewDescribeBrandSocialOpinionResponse() (response *DescribeBrandSocialOpinionResponse)

func (*DescribeBrandSocialOpinionResponse) FromJsonString

func (r *DescribeBrandSocialOpinionResponse) FromJsonString(s string) error

func (*DescribeBrandSocialOpinionResponse) ToJsonString

func (r *DescribeBrandSocialOpinionResponse) ToJsonString() string

type DescribeBrandSocialReportRequest

type DescribeBrandSocialReportRequest struct {
	*tchttp.BaseRequest

	// 品牌ID
	BrandId *string `json:"BrandId,omitempty" name:"BrandId"`

	// 查询开始时间
	StartDate *string `json:"StartDate,omitempty" name:"StartDate"`

	// 查询结束时间
	EndDate *string `json:"EndDate,omitempty" name:"EndDate"`
}

func NewDescribeBrandSocialReportRequest

func NewDescribeBrandSocialReportRequest() (request *DescribeBrandSocialReportRequest)

func (*DescribeBrandSocialReportRequest) FromJsonString

func (r *DescribeBrandSocialReportRequest) FromJsonString(s string) error

func (*DescribeBrandSocialReportRequest) ToJsonString

func (r *DescribeBrandSocialReportRequest) ToJsonString() string

type DescribeBrandSocialReportResponse

type DescribeBrandSocialReportResponse struct {
	*tchttp.BaseResponse
	Response *struct {

		// 累计统计数据
		TotalCount *uint64 `json:"TotalCount,omitempty" name:"TotalCount"`

		// 按天计算的统计数据
		DateCountSet []*DateCount `json:"DateCountSet,omitempty" name:"DateCountSet" list`

		// 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
		RequestId *string `json:"RequestId,omitempty" name:"RequestId"`
	} `json:"Response"`
}

func NewDescribeBrandSocialReportResponse

func NewDescribeBrandSocialReportResponse() (response *DescribeBrandSocialReportResponse)

func (*DescribeBrandSocialReportResponse) FromJsonString

func (r *DescribeBrandSocialReportResponse) FromJsonString(s string) error

func (*DescribeBrandSocialReportResponse) ToJsonString

func (r *DescribeBrandSocialReportResponse) ToJsonString() string

type DescribeIndustryNewsRequest

type DescribeIndustryNewsRequest struct {
	*tchttp.BaseRequest

	// 行业ID
	IndustryId *string `json:"IndustryId,omitempty" name:"IndustryId"`

	// 查询开始时间
	StartDate *string `json:"StartDate,omitempty" name:"StartDate"`

	// 查询结束时间
	EndDate *string `json:"EndDate,omitempty" name:"EndDate"`

	// 是否显示列表,若为 true,则返回文章列表
	ShowList *bool `json:"ShowList,omitempty" name:"ShowList"`

	// 查询偏移,默认从0开始
	Offset *int64 `json:"Offset,omitempty" name:"Offset"`

	// 查询条数上限,默认20
	Limit *int64 `json:"Limit,omitempty" name:"Limit"`
}

func NewDescribeIndustryNewsRequest

func NewDescribeIndustryNewsRequest() (request *DescribeIndustryNewsRequest)

func (*DescribeIndustryNewsRequest) FromJsonString

func (r *DescribeIndustryNewsRequest) FromJsonString(s string) error

func (*DescribeIndustryNewsRequest) ToJsonString

func (r *DescribeIndustryNewsRequest) ToJsonString() string

type DescribeIndustryNewsResponse

type DescribeIndustryNewsResponse struct {
	*tchttp.BaseResponse
	Response *struct {

		// 总计文章数量
		NewsCount *uint64 `json:"NewsCount,omitempty" name:"NewsCount"`

		// 总计来源数量
		FromCount *uint64 `json:"FromCount,omitempty" name:"FromCount"`

		// 总计疑似负面数量
		AdverseCount *uint64 `json:"AdverseCount,omitempty" name:"AdverseCount"`

		// 文章列表
		NewsSet []*IndustryNews `json:"NewsSet,omitempty" name:"NewsSet" list`

		// 按天统计的数量列表
		DateCountSet []*DateCount `json:"DateCountSet,omitempty" name:"DateCountSet" list`

		// 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
		RequestId *string `json:"RequestId,omitempty" name:"RequestId"`
	} `json:"Response"`
}

func NewDescribeIndustryNewsResponse

func NewDescribeIndustryNewsResponse() (response *DescribeIndustryNewsResponse)

func (*DescribeIndustryNewsResponse) FromJsonString

func (r *DescribeIndustryNewsResponse) FromJsonString(s string) error

func (*DescribeIndustryNewsResponse) ToJsonString

func (r *DescribeIndustryNewsResponse) ToJsonString() string

type DescribeUserPortraitRequest

type DescribeUserPortraitRequest struct {
	*tchttp.BaseRequest

	// 品牌ID
	BrandId *string `json:"BrandId,omitempty" name:"BrandId"`
}

func NewDescribeUserPortraitRequest

func NewDescribeUserPortraitRequest() (request *DescribeUserPortraitRequest)

func (*DescribeUserPortraitRequest) FromJsonString

func (r *DescribeUserPortraitRequest) FromJsonString(s string) error

func (*DescribeUserPortraitRequest) ToJsonString

func (r *DescribeUserPortraitRequest) ToJsonString() string

type DescribeUserPortraitResponse

type DescribeUserPortraitResponse struct {
	*tchttp.BaseResponse
	Response *struct {

		// 年龄画像
		Age *AgePortraitInfo `json:"Age,omitempty" name:"Age"`

		// 性别画像
		Gender *GenderPortraitInfo `json:"Gender,omitempty" name:"Gender"`

		// 省份画像
		Province *ProvincePortraitInfo `json:"Province,omitempty" name:"Province"`

		// 电影喜好画像
		Movie *MoviePortraitInfo `json:"Movie,omitempty" name:"Movie"`

		// 明星喜好画像
		Star *StarPortraitInfo `json:"Star,omitempty" name:"Star"`

		// 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
		RequestId *string `json:"RequestId,omitempty" name:"RequestId"`
	} `json:"Response"`
}

func NewDescribeUserPortraitResponse

func NewDescribeUserPortraitResponse() (response *DescribeUserPortraitResponse)

func (*DescribeUserPortraitResponse) FromJsonString

func (r *DescribeUserPortraitResponse) FromJsonString(s string) error

func (*DescribeUserPortraitResponse) ToJsonString

func (r *DescribeUserPortraitResponse) ToJsonString() string

type GenderPortrait

type GenderPortrait struct {

	// 性别
	Gender *string `json:"Gender,omitempty" name:"Gender"`

	// 百分比
	Percent *uint64 `json:"Percent,omitempty" name:"Percent"`
}

type GenderPortraitInfo

type GenderPortraitInfo struct {

	// 用户性别画像数组
	PortraitSet []*GenderPortrait `json:"PortraitSet,omitempty" name:"PortraitSet" list`
}

type IndustryNews

type IndustryNews struct {

	// 行业报道ID
	IndustryId *string `json:"IndustryId,omitempty" name:"IndustryId"`

	// 报道发表时间
	PubTime *string `json:"PubTime,omitempty" name:"PubTime"`

	// 报道来源
	FromSite *string `json:"FromSite,omitempty" name:"FromSite"`

	// 报道标题
	Title *string `json:"Title,omitempty" name:"Title"`

	// 报道来源url
	Url *string `json:"Url,omitempty" name:"Url"`

	// 报道来源等级
	Level *uint64 `json:"Level,omitempty" name:"Level"`

	// 热度值
	Hot *uint64 `json:"Hot,omitempty" name:"Hot"`

	// 报道标识
	Flag *uint64 `json:"Flag,omitempty" name:"Flag"`

	// 报道摘要
	Abstract *string `json:"Abstract,omitempty" name:"Abstract"`
}

type MoviePortrait

type MoviePortrait struct {

	// 电影名称
	Name *string `json:"Name,omitempty" name:"Name"`

	// 百分比
	Percent *float64 `json:"Percent,omitempty" name:"Percent"`
}

type MoviePortraitInfo

type MoviePortraitInfo struct {

	// 用户喜好电影画像数组
	PortraitSet []*MoviePortrait `json:"PortraitSet,omitempty" name:"PortraitSet" list`
}

type ProvincePortrait

type ProvincePortrait struct {

	// 省份名称
	Province *string `json:"Province,omitempty" name:"Province"`

	// 百分比
	Percent *float64 `json:"Percent,omitempty" name:"Percent"`
}

type ProvincePortraitInfo

type ProvincePortraitInfo struct {

	// 用户省份画像数组
	PortraitSet []*ProvincePortrait `json:"PortraitSet,omitempty" name:"PortraitSet" list`
}

type StarPortrait

type StarPortrait struct {

	// 喜欢的明星名字
	Name *string `json:"Name,omitempty" name:"Name"`

	// 百分比
	Percent *float64 `json:"Percent,omitempty" name:"Percent"`
}

type StarPortraitInfo

type StarPortraitInfo struct {

	// 用户喜好的明星画像数组
	PortraitSet []*StarPortrait `json:"PortraitSet,omitempty" name:"PortraitSet" list`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL