/*
* Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
namespace TencentCloud.Solar.V20181011.Models
{
using Newtonsoft.Json;
using System.Collections.Generic;
using TencentCloud.Common;
public class DescribeCustomerResponse : AbstractModel
{
///
/// 地址列表
/// 注意:此字段可能返回 null,表示取不到有效值。
///
[JsonProperty("AddressList")]
public string[] AddressList{ get; set; }
///
/// 用户id
/// 注意:此字段可能返回 null,表示取不到有效值。
///
[JsonProperty("UserId")]
public string UserId{ get; set; }
///
/// 头像
/// 注意:此字段可能返回 null,表示取不到有效值。
///
[JsonProperty("Avatar")]
public string Avatar{ get; set; }
///
/// 生日
/// 注意:此字段可能返回 null,表示取不到有效值。
///
[JsonProperty("Birthday")]
public string Birthday{ get; set; }
///
/// 城市
/// 注意:此字段可能返回 null,表示取不到有效值。
///
[JsonProperty("City")]
public string City{ get; set; }
///
/// 创建时间
/// 注意:此字段可能返回 null,表示取不到有效值。
///
[JsonProperty("CreateTime")]
public string CreateTime{ get; set; }
///
/// 设备
/// 注意:此字段可能返回 null,表示取不到有效值。
///
[JsonProperty("Device")]
public string Device{ get; set; }
///
/// 行业
/// 注意:此字段可能返回 null,表示取不到有效值。
///
[JsonProperty("Industrys")]
public string[] Industrys{ get; set; }
///
/// 上次登录时间
/// 注意:此字段可能返回 null,表示取不到有效值。
///
[JsonProperty("LastActiveTime")]
public string LastActiveTime{ get; set; }
///
/// 是否星标 1是 0否
/// 注意:此字段可能返回 null,表示取不到有效值。
///
[JsonProperty("MarkFlag")]
public string MarkFlag{ get; set; }
///
/// 手机型号
/// 注意:此字段可能返回 null,表示取不到有效值。
///
[JsonProperty("Model")]
public string Model{ get; set; }
///
/// 微信openid
/// 注意:此字段可能返回 null,表示取不到有效值。
///
[JsonProperty("OpenId")]
public string OpenId{ get; set; }
///
/// 消费特点
/// 注意:此字段可能返回 null,表示取不到有效值。
///
[JsonProperty("PayFeature")]
public string PayFeature{ get; set; }
///
/// 手机号
/// 注意:此字段可能返回 null,表示取不到有效值。
///
[JsonProperty("Phone")]
public string Phone{ get; set; }
///
/// 手机号码列表
/// 注意:此字段可能返回 null,表示取不到有效值。
///
[JsonProperty("PhoneList")]
public string PhoneList{ get; set; }
///
/// 最近记录省份
/// 注意:此字段可能返回 null,表示取不到有效值。
///
[JsonProperty("Province")]
public string Province{ get; set; }
///
/// 姓名
/// 注意:此字段可能返回 null,表示取不到有效值。
///
[JsonProperty("RealName")]
public string RealName{ get; set; }
///
/// 员工标识 0:非员工 1:员工
/// 注意:此字段可能返回 null,表示取不到有效值。
///
[JsonProperty("RelChannelFlag")]
public string RelChannelFlag{ get; set; }
///
/// 备注
/// 注意:此字段可能返回 null,表示取不到有效值。
///
[JsonProperty("Remark")]
public string Remark{ get; set; }
///
/// 性别 1男 2女
/// 注意:此字段可能返回 null,表示取不到有效值。
///
[JsonProperty("Sex")]
public string Sex{ get; set; }
///
/// 最初来源
/// 注意:此字段可能返回 null,表示取不到有效值。
///
[JsonProperty("SourceAudienceVo")]
public string SourceAudienceVo{ get; set; }
///
/// 关注公众号列表
/// 注意:此字段可能返回 null,表示取不到有效值。
///
[JsonProperty("SubWechats")]
public string[] SubWechats{ get; set; }
///
/// 微信unionid
/// 注意:此字段可能返回 null,表示取不到有效值。
///
[JsonProperty("UnionId")]
public string UnionId{ get; set; }
///
/// 更新时间
/// 注意:此字段可能返回 null,表示取不到有效值。
///
[JsonProperty("UpdateTime")]
public string UpdateTime{ get; set; }
///
/// 用户类型
/// 注意:此字段可能返回 null,表示取不到有效值。
///
[JsonProperty("UserTypes")]
public string[] UserTypes{ get; set; }
///
/// 城市
/// 注意:此字段可能返回 null,表示取不到有效值。
///
[JsonProperty("WxCity")]
public string WxCity{ get; set; }
///
/// 国家
/// 注意:此字段可能返回 null,表示取不到有效值。
///
[JsonProperty("WxCountry")]
public string WxCountry{ get; set; }
///
/// 昵称
/// 注意:此字段可能返回 null,表示取不到有效值。
///
[JsonProperty("WxNickname")]
public string WxNickname{ get; set; }
///
/// 省份
/// 注意:此字段可能返回 null,表示取不到有效值。
///
[JsonProperty("WxProvince")]
public string WxProvince{ get; set; }
///
/// 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
///
[JsonProperty("RequestId")]
public string RequestId{ get; set; }
///
/// For internal usage only. DO NOT USE IT.
///
internal override void ToMap(Dictionary map, string prefix)
{
this.SetParamArraySimple(map, prefix + "AddressList.", this.AddressList);
this.SetParamSimple(map, prefix + "UserId", this.UserId);
this.SetParamSimple(map, prefix + "Avatar", this.Avatar);
this.SetParamSimple(map, prefix + "Birthday", this.Birthday);
this.SetParamSimple(map, prefix + "City", this.City);
this.SetParamSimple(map, prefix + "CreateTime", this.CreateTime);
this.SetParamSimple(map, prefix + "Device", this.Device);
this.SetParamArraySimple(map, prefix + "Industrys.", this.Industrys);
this.SetParamSimple(map, prefix + "LastActiveTime", this.LastActiveTime);
this.SetParamSimple(map, prefix + "MarkFlag", this.MarkFlag);
this.SetParamSimple(map, prefix + "Model", this.Model);
this.SetParamSimple(map, prefix + "OpenId", this.OpenId);
this.SetParamSimple(map, prefix + "PayFeature", this.PayFeature);
this.SetParamSimple(map, prefix + "Phone", this.Phone);
this.SetParamSimple(map, prefix + "PhoneList", this.PhoneList);
this.SetParamSimple(map, prefix + "Province", this.Province);
this.SetParamSimple(map, prefix + "RealName", this.RealName);
this.SetParamSimple(map, prefix + "RelChannelFlag", this.RelChannelFlag);
this.SetParamSimple(map, prefix + "Remark", this.Remark);
this.SetParamSimple(map, prefix + "Sex", this.Sex);
this.SetParamSimple(map, prefix + "SourceAudienceVo", this.SourceAudienceVo);
this.SetParamArraySimple(map, prefix + "SubWechats.", this.SubWechats);
this.SetParamSimple(map, prefix + "UnionId", this.UnionId);
this.SetParamSimple(map, prefix + "UpdateTime", this.UpdateTime);
this.SetParamArraySimple(map, prefix + "UserTypes.", this.UserTypes);
this.SetParamSimple(map, prefix + "WxCity", this.WxCity);
this.SetParamSimple(map, prefix + "WxCountry", this.WxCountry);
this.SetParamSimple(map, prefix + "WxNickname", this.WxNickname);
this.SetParamSimple(map, prefix + "WxProvince", this.WxProvince);
this.SetParamSimple(map, prefix + "RequestId", this.RequestId);
}
}
}