Class: TencentCloud::Tms::V20200713::AccountTipoffAccessRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tms::V20200713::AccountTipoffAccessRequest
- Defined in:
- lib/v20200713/models.rb
Overview
AccountTipoffAccess请求参数结构体
Instance Attribute Summary collapse
- #EvilContent ⇒ Object
- #EvilType ⇒ Object
- #ReportedAccount ⇒ Object
- #ReportedAccountType ⇒ Object
- #SenderAccount ⇒ Object
- #SenderAccountType ⇒ Object
- #SenderIP ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(reportedaccount = nil, reportedaccounttype = nil, eviltype = nil, senderaccount = nil, senderaccounttype = nil, senderip = nil, evilcontent = nil) ⇒ AccountTipoffAccessRequest
constructor
A new instance of AccountTipoffAccessRequest.
Constructor Details
#initialize(reportedaccount = nil, reportedaccounttype = nil, eviltype = nil, senderaccount = nil, senderaccounttype = nil, senderip = nil, evilcontent = nil) ⇒ AccountTipoffAccessRequest
Returns a new instance of AccountTipoffAccessRequest.
39 40 41 42 43 44 45 46 47 |
# File 'lib/v20200713/models.rb', line 39 def initialize(reportedaccount=nil, reportedaccounttype=nil, eviltype=nil, senderaccount=nil, senderaccounttype=nil, senderip=nil, evilcontent=nil) @ReportedAccount = reportedaccount @ReportedAccountType = reportedaccounttype @EvilType = eviltype @SenderAccount = senderaccount @SenderAccountType = senderaccounttype @SenderIP = senderip @EvilContent = evilcontent end |
Instance Attribute Details
#EvilContent ⇒ Object
37 38 39 |
# File 'lib/v20200713/models.rb', line 37 def EvilContent @EvilContent end |
#EvilType ⇒ Object
37 38 39 |
# File 'lib/v20200713/models.rb', line 37 def EvilType @EvilType end |
#ReportedAccount ⇒ Object
37 38 39 |
# File 'lib/v20200713/models.rb', line 37 def ReportedAccount @ReportedAccount end |
#ReportedAccountType ⇒ Object
37 38 39 |
# File 'lib/v20200713/models.rb', line 37 def ReportedAccountType @ReportedAccountType end |
#SenderAccount ⇒ Object
37 38 39 |
# File 'lib/v20200713/models.rb', line 37 def SenderAccount @SenderAccount end |
#SenderAccountType ⇒ Object
37 38 39 |
# File 'lib/v20200713/models.rb', line 37 def SenderAccountType @SenderAccountType end |
#SenderIP ⇒ Object
37 38 39 |
# File 'lib/v20200713/models.rb', line 37 def SenderIP @SenderIP end |
Instance Method Details
#deserialize(params) ⇒ Object
49 50 51 52 53 54 55 56 57 |
# File 'lib/v20200713/models.rb', line 49 def deserialize(params) @ReportedAccount = params['ReportedAccount'] @ReportedAccountType = params['ReportedAccountType'] @EvilType = params['EvilType'] @SenderAccount = params['SenderAccount'] @SenderAccountType = params['SenderAccountType'] @SenderIP = params['SenderIP'] @EvilContent = params['EvilContent'] end |