1package vcs
2
3//Licensed under the Apache License, Version 2.0 (the "License");
4//you may not use this file except in compliance with the License.
5//You may obtain a copy of the License at
6//
7//http://www.apache.org/licenses/LICENSE-2.0
8//
9//Unless required by applicable law or agreed to in writing, software
10//distributed under the License is distributed on an "AS IS" BASIS,
11//WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12//See the License for the specific language governing permissions and
13//limitations under the License.
14//
15// Code generated by Alibaba Cloud SDK Code Generator.
16// Changes may cause incorrect behavior and will be lost if the code is regenerated.
17
18// Data is a nested struct in vcs response
19type Data struct {
20	PhoneNo       string              `json:"PhoneNo" xml:"PhoneNo"`
21	Name          string              `json:"Name" xml:"Name"`
22	TotalPage     int                 `json:"TotalPage" xml:"TotalPage"`
23	Attachment    string              `json:"Attachment" xml:"Attachment"`
24	CatalogId     int                 `json:"CatalogId" xml:"CatalogId"`
25	UserId        int                 `json:"UserId" xml:"UserId"`
26	FaceUrl       string              `json:"FaceUrl" xml:"FaceUrl"`
27	IsvSubId      string              `json:"IsvSubId" xml:"IsvSubId"`
28	Age           string              `json:"Age" xml:"Age"`
29	PageSize      int                 `json:"PageSize" xml:"PageSize"`
30	OssPath       string              `json:"OssPath" xml:"OssPath"`
31	BizId         string              `json:"BizId" xml:"BizId"`
32	TaskId        string              `json:"TaskId" xml:"TaskId"`
33	PageNo        int                 `json:"PageNo" xml:"PageNo"`
34	TotalCount    int                 `json:"TotalCount" xml:"TotalCount"`
35	PageNumber    int                 `json:"PageNumber" xml:"PageNumber"`
36	Description   string              `json:"Description" xml:"Description"`
37	LiveAddress   string              `json:"LiveAddress" xml:"LiveAddress"`
38	DataSourceId  string              `json:"DataSourceId" xml:"DataSourceId"`
39	SceneType     string              `json:"SceneType" xml:"SceneType"`
40	UserGroupId   int                 `json:"UserGroupId" xml:"UserGroupId"`
41	PersonId      string              `json:"PersonId" xml:"PersonId"`
42	PageNum       int                 `json:"PageNum" xml:"PageNum"`
43	KafkaTopic    string              `json:"KafkaTopic" xml:"KafkaTopic"`
44	StructList    string              `json:"StructList" xml:"StructList"`
45	Address       string              `json:"Address" xml:"Address"`
46	FaceImageUrl  string              `json:"FaceImageUrl" xml:"FaceImageUrl"`
47	IdNumber      string              `json:"IdNumber" xml:"IdNumber"`
48	Gender        string              `json:"Gender" xml:"Gender"`
49	QualityScore  string              `json:"QualityScore" xml:"QualityScore"`
50	UserName      string              `json:"UserName" xml:"UserName"`
51	PicUrl        string              `json:"PicUrl" xml:"PicUrl"`
52	PlateNo       string              `json:"PlateNo" xml:"PlateNo"`
53	ProfileId     int                 `json:"ProfileId" xml:"ProfileId"`
54	Attributes    Attributes          `json:"Attributes" xml:"Attributes"`
55	ResultObject  []ResultObjectItem  `json:"ResultObject" xml:"ResultObject"`
56	Records       []Record            `json:"Records" xml:"Records"`
57	SubscribeList []SubscribeListItem `json:"SubscribeList" xml:"SubscribeList"`
58	TagList       []TagListItem       `json:"TagList" xml:"TagList"`
59	FaceList      []Face              `json:"FaceList" xml:"FaceList"`
60	BodyList      []Body              `json:"BodyList" xml:"BodyList"`
61}
62