Class: TencentCloud::Zj::V20190121::SendSmsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Zj::V20190121::SendSmsRequest
- Defined in:
- lib/v20190121/models.rb
Overview
SendSms请求参数结构体
Instance Attribute Summary collapse
-
#Content ⇒ Object
0:表示国内短信。 1:表示国际/港澳台短信。使用内容发送时必填.
-
#International ⇒ Object
0:表示国内短信。 1:表示国际/港澳台短信。使用内容发送时必填.
-
#License ⇒ Object
0:表示国内短信。 1:表示国际/港澳台短信。使用内容发送时必填.
-
#Params ⇒ Object
0:表示国内短信。 1:表示国际/港澳台短信。使用内容发送时必填.
-
#Phone ⇒ Object
0:表示国内短信。 1:表示国际/港澳台短信。使用内容发送时必填.
-
#SenderId ⇒ Object
0:表示国内短信。 1:表示国际/港澳台短信。使用内容发送时必填.
-
#Sign ⇒ Object
0:表示国内短信。 1:表示国际/港澳台短信。使用内容发送时必填.
-
#SmsType ⇒ Object
0:表示国内短信。 1:表示国际/港澳台短信。使用内容发送时必填.
-
#TemplateId ⇒ Object
0:表示国内短信。 1:表示国际/港澳台短信。使用内容发送时必填.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(license = nil, phone = nil, templateid = nil, params = nil, sign = nil, senderid = nil, smstype = nil, international = nil, content = nil) ⇒ SendSmsRequest
constructor
A new instance of SendSmsRequest.
Constructor Details
#initialize(license = nil, phone = nil, templateid = nil, params = nil, sign = nil, senderid = nil, smstype = nil, international = nil, content = nil) ⇒ SendSmsRequest
Returns a new instance of SendSmsRequest.
1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 |
# File 'lib/v20190121/models.rb', line 1604 def initialize(license=nil, phone=nil, templateid=nil, params=nil, sign=nil, senderid=nil, smstype=nil, international=nil, content=nil) @License = license @Phone = phone @TemplateId = templateid @Params = params @Sign = sign @SenderId = senderid @SmsType = smstype @International = international @Content = content end |
Instance Attribute Details
#Content ⇒ Object
0:表示国内短信。 1:表示国际/港澳台短信。使用内容发送时必填
1602 1603 1604 |
# File 'lib/v20190121/models.rb', line 1602 def Content @Content end |
#International ⇒ Object
0:表示国内短信。 1:表示国际/港澳台短信。使用内容发送时必填
1602 1603 1604 |
# File 'lib/v20190121/models.rb', line 1602 def International @International end |
#License ⇒ Object
0:表示国内短信。 1:表示国际/港澳台短信。使用内容发送时必填
1602 1603 1604 |
# File 'lib/v20190121/models.rb', line 1602 def License @License end |
#Params ⇒ Object
0:表示国内短信。 1:表示国际/港澳台短信。使用内容发送时必填
1602 1603 1604 |
# File 'lib/v20190121/models.rb', line 1602 def Params @Params end |
#Phone ⇒ Object
0:表示国内短信。 1:表示国际/港澳台短信。使用内容发送时必填
1602 1603 1604 |
# File 'lib/v20190121/models.rb', line 1602 def Phone @Phone end |
#SenderId ⇒ Object
0:表示国内短信。 1:表示国际/港澳台短信。使用内容发送时必填
1602 1603 1604 |
# File 'lib/v20190121/models.rb', line 1602 def SenderId @SenderId end |
#Sign ⇒ Object
0:表示国内短信。 1:表示国际/港澳台短信。使用内容发送时必填
1602 1603 1604 |
# File 'lib/v20190121/models.rb', line 1602 def Sign @Sign end |
#SmsType ⇒ Object
0:表示国内短信。 1:表示国际/港澳台短信。使用内容发送时必填
1602 1603 1604 |
# File 'lib/v20190121/models.rb', line 1602 def SmsType @SmsType end |
#TemplateId ⇒ Object
0:表示国内短信。 1:表示国际/港澳台短信。使用内容发送时必填
1602 1603 1604 |
# File 'lib/v20190121/models.rb', line 1602 def TemplateId @TemplateId end |
Instance Method Details
#deserialize(params) ⇒ Object
1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 |
# File 'lib/v20190121/models.rb', line 1616 def deserialize(params) @License = params['License'] @Phone = params['Phone'] @TemplateId = params['TemplateId'] @Params = params['Params'] @Sign = params['Sign'] @SenderId = params['SenderId'] @SmsType = params['SmsType'] @International = params['International'] @Content = params['Content'] end |