Class: TencentCloud::Wav::V20210129::CreateLeadRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wav::V20210129::CreateLeadRequest
- Defined in:
- lib/v20210129/models.rb
Overview
CreateLead请求参数结构体
Instance Attribute Summary collapse
- #BrandId ⇒ Object
- #CcName ⇒ Object
- #ChannelId ⇒ Object
- #ChannelName ⇒ Object
- #CreateTime ⇒ Object
- #CustomerName ⇒ Object
- #CustomerPhone ⇒ Object
- #CustomerSex ⇒ Object
- #DealerId ⇒ Object
- #ModelId ⇒ Object
- #Remark ⇒ Object
- #SalesName ⇒ Object
- #SalesPhone ⇒ Object
- #SeriesId ⇒ Object
- #SourceType ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(channelid = nil, channelname = nil, createtime = nil, sourcetype = nil, dealerid = nil, brandid = nil, seriesid = nil, customername = nil, customerphone = nil, modelid = nil, customersex = nil, salesname = nil, salesphone = nil, ccname = nil, remark = nil) ⇒ CreateLeadRequest
constructor
A new instance of CreateLeadRequest.
Constructor Details
#initialize(channelid = nil, channelname = nil, createtime = nil, sourcetype = nil, dealerid = nil, brandid = nil, seriesid = nil, customername = nil, customerphone = nil, modelid = nil, customersex = nil, salesname = nil, salesphone = nil, ccname = nil, remark = nil) ⇒ CreateLeadRequest
Returns a new instance of CreateLeadRequest.
882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 |
# File 'lib/v20210129/models.rb', line 882 def initialize(channelid=nil, channelname=nil, createtime=nil, sourcetype=nil, dealerid=nil, brandid=nil, seriesid=nil, customername=nil, customerphone=nil, modelid=nil, customersex=nil, salesname=nil, salesphone=nil, ccname=nil, remark=nil) @ChannelId = channelid @ChannelName = channelname @CreateTime = createtime @SourceType = sourcetype @DealerId = dealerid @BrandId = brandid @SeriesId = seriesid @CustomerName = customername @CustomerPhone = customerphone @ModelId = modelid @CustomerSex = customersex @SalesName = salesname @SalesPhone = salesphone @CcName = ccname @Remark = remark end |
Instance Attribute Details
#BrandId ⇒ Object
880 881 882 |
# File 'lib/v20210129/models.rb', line 880 def BrandId @BrandId end |
#CcName ⇒ Object
880 881 882 |
# File 'lib/v20210129/models.rb', line 880 def CcName @CcName end |
#ChannelId ⇒ Object
880 881 882 |
# File 'lib/v20210129/models.rb', line 880 def ChannelId @ChannelId end |
#ChannelName ⇒ Object
880 881 882 |
# File 'lib/v20210129/models.rb', line 880 def ChannelName @ChannelName end |
#CreateTime ⇒ Object
880 881 882 |
# File 'lib/v20210129/models.rb', line 880 def CreateTime @CreateTime end |
#CustomerName ⇒ Object
880 881 882 |
# File 'lib/v20210129/models.rb', line 880 def CustomerName @CustomerName end |
#CustomerPhone ⇒ Object
880 881 882 |
# File 'lib/v20210129/models.rb', line 880 def CustomerPhone @CustomerPhone end |
#CustomerSex ⇒ Object
880 881 882 |
# File 'lib/v20210129/models.rb', line 880 def CustomerSex @CustomerSex end |
#DealerId ⇒ Object
880 881 882 |
# File 'lib/v20210129/models.rb', line 880 def DealerId @DealerId end |
#ModelId ⇒ Object
880 881 882 |
# File 'lib/v20210129/models.rb', line 880 def ModelId @ModelId end |
#Remark ⇒ Object
880 881 882 |
# File 'lib/v20210129/models.rb', line 880 def Remark @Remark end |
#SalesName ⇒ Object
880 881 882 |
# File 'lib/v20210129/models.rb', line 880 def SalesName @SalesName end |
#SalesPhone ⇒ Object
880 881 882 |
# File 'lib/v20210129/models.rb', line 880 def SalesPhone @SalesPhone end |
#SeriesId ⇒ Object
880 881 882 |
# File 'lib/v20210129/models.rb', line 880 def SeriesId @SeriesId end |
#SourceType ⇒ Object
880 881 882 |
# File 'lib/v20210129/models.rb', line 880 def SourceType @SourceType end |
Instance Method Details
#deserialize(params) ⇒ Object
900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 |
# File 'lib/v20210129/models.rb', line 900 def deserialize(params) @ChannelId = params['ChannelId'] @ChannelName = params['ChannelName'] @CreateTime = params['CreateTime'] @SourceType = params['SourceType'] @DealerId = params['DealerId'] @BrandId = params['BrandId'] @SeriesId = params['SeriesId'] @CustomerName = params['CustomerName'] @CustomerPhone = params['CustomerPhone'] @ModelId = params['ModelId'] @CustomerSex = params['CustomerSex'] @SalesName = params['SalesName'] @SalesPhone = params['SalesPhone'] @CcName = params['CcName'] @Remark = params['Remark'] end |