276 lines
10 KiB
C#
276 lines
10 KiB
C#
/*
|
||
* 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
|
||
{
|
||
|
||
/// <summary>
|
||
/// 地址列表
|
||
/// 注意:此字段可能返回 null,表示取不到有效值。
|
||
/// </summary>
|
||
[JsonProperty("AddressList")]
|
||
public string[] AddressList{ get; set; }
|
||
|
||
/// <summary>
|
||
/// 用户id
|
||
/// 注意:此字段可能返回 null,表示取不到有效值。
|
||
/// </summary>
|
||
[JsonProperty("UserId")]
|
||
public string UserId{ get; set; }
|
||
|
||
/// <summary>
|
||
/// 头像
|
||
/// 注意:此字段可能返回 null,表示取不到有效值。
|
||
/// </summary>
|
||
[JsonProperty("Avatar")]
|
||
public string Avatar{ get; set; }
|
||
|
||
/// <summary>
|
||
/// 生日
|
||
/// 注意:此字段可能返回 null,表示取不到有效值。
|
||
/// </summary>
|
||
[JsonProperty("Birthday")]
|
||
public string Birthday{ get; set; }
|
||
|
||
/// <summary>
|
||
/// 城市
|
||
/// 注意:此字段可能返回 null,表示取不到有效值。
|
||
/// </summary>
|
||
[JsonProperty("City")]
|
||
public string City{ get; set; }
|
||
|
||
/// <summary>
|
||
/// 创建时间
|
||
/// 注意:此字段可能返回 null,表示取不到有效值。
|
||
/// </summary>
|
||
[JsonProperty("CreateTime")]
|
||
public string CreateTime{ get; set; }
|
||
|
||
/// <summary>
|
||
/// 设备
|
||
/// 注意:此字段可能返回 null,表示取不到有效值。
|
||
/// </summary>
|
||
[JsonProperty("Device")]
|
||
public string Device{ get; set; }
|
||
|
||
/// <summary>
|
||
/// 行业
|
||
/// 注意:此字段可能返回 null,表示取不到有效值。
|
||
/// </summary>
|
||
[JsonProperty("Industrys")]
|
||
public string[] Industrys{ get; set; }
|
||
|
||
/// <summary>
|
||
/// 上次登录时间
|
||
/// 注意:此字段可能返回 null,表示取不到有效值。
|
||
/// </summary>
|
||
[JsonProperty("LastActiveTime")]
|
||
public string LastActiveTime{ get; set; }
|
||
|
||
/// <summary>
|
||
/// 是否星标 1是 0否
|
||
/// 注意:此字段可能返回 null,表示取不到有效值。
|
||
/// </summary>
|
||
[JsonProperty("MarkFlag")]
|
||
public string MarkFlag{ get; set; }
|
||
|
||
/// <summary>
|
||
/// 手机型号
|
||
/// 注意:此字段可能返回 null,表示取不到有效值。
|
||
/// </summary>
|
||
[JsonProperty("Model")]
|
||
public string Model{ get; set; }
|
||
|
||
/// <summary>
|
||
/// 微信openid
|
||
/// 注意:此字段可能返回 null,表示取不到有效值。
|
||
/// </summary>
|
||
[JsonProperty("OpenId")]
|
||
public string OpenId{ get; set; }
|
||
|
||
/// <summary>
|
||
/// 消费特点
|
||
/// 注意:此字段可能返回 null,表示取不到有效值。
|
||
/// </summary>
|
||
[JsonProperty("PayFeature")]
|
||
public string PayFeature{ get; set; }
|
||
|
||
/// <summary>
|
||
/// 手机号
|
||
/// 注意:此字段可能返回 null,表示取不到有效值。
|
||
/// </summary>
|
||
[JsonProperty("Phone")]
|
||
public string Phone{ get; set; }
|
||
|
||
/// <summary>
|
||
/// 手机号码列表
|
||
/// 注意:此字段可能返回 null,表示取不到有效值。
|
||
/// </summary>
|
||
[JsonProperty("PhoneList")]
|
||
public string PhoneList{ get; set; }
|
||
|
||
/// <summary>
|
||
/// 最近记录省份
|
||
/// 注意:此字段可能返回 null,表示取不到有效值。
|
||
/// </summary>
|
||
[JsonProperty("Province")]
|
||
public string Province{ get; set; }
|
||
|
||
/// <summary>
|
||
/// 姓名
|
||
/// 注意:此字段可能返回 null,表示取不到有效值。
|
||
/// </summary>
|
||
[JsonProperty("RealName")]
|
||
public string RealName{ get; set; }
|
||
|
||
/// <summary>
|
||
/// 员工标识 0:非员工 1:员工
|
||
/// 注意:此字段可能返回 null,表示取不到有效值。
|
||
/// </summary>
|
||
[JsonProperty("RelChannelFlag")]
|
||
public string RelChannelFlag{ get; set; }
|
||
|
||
/// <summary>
|
||
/// 备注
|
||
/// 注意:此字段可能返回 null,表示取不到有效值。
|
||
/// </summary>
|
||
[JsonProperty("Remark")]
|
||
public string Remark{ get; set; }
|
||
|
||
/// <summary>
|
||
/// 性别 1男 2女
|
||
/// 注意:此字段可能返回 null,表示取不到有效值。
|
||
/// </summary>
|
||
[JsonProperty("Sex")]
|
||
public string Sex{ get; set; }
|
||
|
||
/// <summary>
|
||
/// 最初来源
|
||
/// 注意:此字段可能返回 null,表示取不到有效值。
|
||
/// </summary>
|
||
[JsonProperty("SourceAudienceVo")]
|
||
public string SourceAudienceVo{ get; set; }
|
||
|
||
/// <summary>
|
||
/// 关注公众号列表
|
||
/// 注意:此字段可能返回 null,表示取不到有效值。
|
||
/// </summary>
|
||
[JsonProperty("SubWechats")]
|
||
public string[] SubWechats{ get; set; }
|
||
|
||
/// <summary>
|
||
/// 微信unionid
|
||
/// 注意:此字段可能返回 null,表示取不到有效值。
|
||
/// </summary>
|
||
[JsonProperty("UnionId")]
|
||
public string UnionId{ get; set; }
|
||
|
||
/// <summary>
|
||
/// 更新时间
|
||
/// 注意:此字段可能返回 null,表示取不到有效值。
|
||
/// </summary>
|
||
[JsonProperty("UpdateTime")]
|
||
public string UpdateTime{ get; set; }
|
||
|
||
/// <summary>
|
||
/// 用户类型
|
||
/// 注意:此字段可能返回 null,表示取不到有效值。
|
||
/// </summary>
|
||
[JsonProperty("UserTypes")]
|
||
public string[] UserTypes{ get; set; }
|
||
|
||
/// <summary>
|
||
/// 城市
|
||
/// 注意:此字段可能返回 null,表示取不到有效值。
|
||
/// </summary>
|
||
[JsonProperty("WxCity")]
|
||
public string WxCity{ get; set; }
|
||
|
||
/// <summary>
|
||
/// 国家
|
||
/// 注意:此字段可能返回 null,表示取不到有效值。
|
||
/// </summary>
|
||
[JsonProperty("WxCountry")]
|
||
public string WxCountry{ get; set; }
|
||
|
||
/// <summary>
|
||
/// 昵称
|
||
/// 注意:此字段可能返回 null,表示取不到有效值。
|
||
/// </summary>
|
||
[JsonProperty("WxNickname")]
|
||
public string WxNickname{ get; set; }
|
||
|
||
/// <summary>
|
||
/// 省份
|
||
/// 注意:此字段可能返回 null,表示取不到有效值。
|
||
/// </summary>
|
||
[JsonProperty("WxProvince")]
|
||
public string WxProvince{ get; set; }
|
||
|
||
/// <summary>
|
||
/// 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
||
/// </summary>
|
||
[JsonProperty("RequestId")]
|
||
public string RequestId{ get; set; }
|
||
|
||
|
||
/// <summary>
|
||
/// For internal usage only. DO NOT USE IT.
|
||
/// </summary>
|
||
internal override void ToMap(Dictionary<string, string> 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);
|
||
}
|
||
}
|
||
}
|
||
|