Class: TencentCloud::Bri::V20190328::BRIRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bri::V20190328::BRIRequest
- Defined in:
- lib/v20190328/models.rb
Overview
BRI请求
Instance Attribute Summary collapse
- #CertMd5 ⇒ Object
- #FileMd5 ⇒ Object
- #FileSize ⇒ Object
- #Imei ⇒ Object
- #Ip ⇒ Object
- #PackageName ⇒ Object
- #PhoneNumber ⇒ Object
- #QQ ⇒ Object
- #QQTag ⇒ Object
- #Scene ⇒ Object
- #Service ⇒ Object
- #SubAppid ⇒ Object
- #Url ⇒ Object
- #Wechat ⇒ Object
- #WechatTag ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(service = nil, qq = nil, qqtag = nil, url = nil, certmd5 = nil, packagename = nil, filemd5 = nil, scene = nil, phonenumber = nil, filesize = nil, ip = nil, imei = nil, wechat = nil, wechattag = nil, subappid = nil) ⇒ BRIRequest
constructor
A new instance of BRIRequest.
Constructor Details
#initialize(service = nil, qq = nil, qqtag = nil, url = nil, certmd5 = nil, packagename = nil, filemd5 = nil, scene = nil, phonenumber = nil, filesize = nil, ip = nil, imei = nil, wechat = nil, wechattag = nil, subappid = nil) ⇒ BRIRequest
55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 |
# File 'lib/v20190328/models.rb', line 55 def initialize(service=nil, qq=nil, qqtag=nil, url=nil, certmd5=nil, packagename=nil, filemd5=nil, scene=nil, phonenumber=nil, filesize=nil, ip=nil, imei=nil, wechat=nil, wechattag=nil, subappid=nil) @Service = service @QQ = qq @QQTag = qqtag @Url = url @CertMd5 = certmd5 @PackageName = packagename @FileMd5 = filemd5 @Scene = scene @PhoneNumber = phonenumber @FileSize = filesize @Ip = ip @Imei = imei @Wechat = wechat @WechatTag = wechattag @SubAppid = subappid end |
Instance Attribute Details
#CertMd5 ⇒ Object
53 54 55 |
# File 'lib/v20190328/models.rb', line 53 def CertMd5 @CertMd5 end |
#FileMd5 ⇒ Object
53 54 55 |
# File 'lib/v20190328/models.rb', line 53 def FileMd5 @FileMd5 end |
#FileSize ⇒ Object
53 54 55 |
# File 'lib/v20190328/models.rb', line 53 def FileSize @FileSize end |
#Imei ⇒ Object
53 54 55 |
# File 'lib/v20190328/models.rb', line 53 def Imei @Imei end |
#Ip ⇒ Object
53 54 55 |
# File 'lib/v20190328/models.rb', line 53 def Ip @Ip end |
#PackageName ⇒ Object
53 54 55 |
# File 'lib/v20190328/models.rb', line 53 def PackageName @PackageName end |
#PhoneNumber ⇒ Object
53 54 55 |
# File 'lib/v20190328/models.rb', line 53 def PhoneNumber @PhoneNumber end |
#QQ ⇒ Object
53 54 55 |
# File 'lib/v20190328/models.rb', line 53 def QQ @QQ end |
#QQTag ⇒ Object
53 54 55 |
# File 'lib/v20190328/models.rb', line 53 def QQTag @QQTag end |
#Scene ⇒ Object
53 54 55 |
# File 'lib/v20190328/models.rb', line 53 def Scene @Scene end |
#Service ⇒ Object
53 54 55 |
# File 'lib/v20190328/models.rb', line 53 def Service @Service end |
#SubAppid ⇒ Object
53 54 55 |
# File 'lib/v20190328/models.rb', line 53 def SubAppid @SubAppid end |
#Url ⇒ Object
53 54 55 |
# File 'lib/v20190328/models.rb', line 53 def Url @Url end |
#Wechat ⇒ Object
53 54 55 |
# File 'lib/v20190328/models.rb', line 53 def Wechat @Wechat end |
#WechatTag ⇒ Object
53 54 55 |
# File 'lib/v20190328/models.rb', line 53 def WechatTag @WechatTag end |
Instance Method Details
#deserialize(params) ⇒ Object
73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 |
# File 'lib/v20190328/models.rb', line 73 def deserialize(params) @Service = params['Service'] @QQ = params['QQ'] @QQTag = params['QQTag'] @Url = params['Url'] @CertMd5 = params['CertMd5'] @PackageName = params['PackageName'] @FileMd5 = params['FileMd5'] @Scene = params['Scene'] @PhoneNumber = params['PhoneNumber'] @FileSize = params['FileSize'] @Ip = params['Ip'] @Imei = params['Imei'] @Wechat = params['Wechat'] @WechatTag = params['WechatTag'] @SubAppid = params['SubAppid'] end |