Class: TencentCloud::Cms::V20190321::TextOutputRes
- Inherits:
- 
      TencentCloud::Common::AbstractModel
      
        - Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cms::V20190321::TextOutputRes
 
- Defined in:
- lib/v20190321/models.rb
Overview
消息类输出结果参数
Instance Attribute Summary collapse
- 
  
    
      #Operator  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    删除(1), 通过(2), 先审后发(100012). 
- 
  
    
      #ResultCode  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    删除(1), 通过(2), 先审后发(100012). 
- 
  
    
      #ResultMsg  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    删除(1), 通过(2), 先审后发(100012). 
- 
  
    
      #ResultType  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    删除(1), 通过(2), 先审后发(100012). 
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
- 
  
    
      #initialize(operator = nil, resulttype = nil, resultcode = nil, resultmsg = nil)  ⇒ TextOutputRes 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of TextOutputRes. 
Constructor Details
#initialize(operator = nil, resulttype = nil, resultcode = nil, resultmsg = nil) ⇒ TextOutputRes
Returns a new instance of TextOutputRes.
| 1506 1507 1508 1509 1510 1511 | # File 'lib/v20190321/models.rb', line 1506 def initialize(operator=nil, resulttype=nil, resultcode=nil, resultmsg=nil) @Operator = operator @ResultType = resulttype @ResultCode = resultcode @ResultMsg = resultmsg end | 
Instance Attribute Details
#Operator ⇒ Object
删除(1), 通过(2), 先审后发(100012)
| 1504 1505 1506 | # File 'lib/v20190321/models.rb', line 1504 def Operator @Operator end | 
#ResultCode ⇒ Object
删除(1), 通过(2), 先审后发(100012)
| 1504 1505 1506 | # File 'lib/v20190321/models.rb', line 1504 def ResultCode @ResultCode end | 
#ResultMsg ⇒ Object
删除(1), 通过(2), 先审后发(100012)
| 1504 1505 1506 | # File 'lib/v20190321/models.rb', line 1504 def ResultMsg @ResultMsg end | 
#ResultType ⇒ Object
删除(1), 通过(2), 先审后发(100012)
| 1504 1505 1506 | # File 'lib/v20190321/models.rb', line 1504 def ResultType @ResultType end | 
Instance Method Details
#deserialize(params) ⇒ Object
| 1513 1514 1515 1516 1517 1518 | # File 'lib/v20190321/models.rb', line 1513 def deserialize(params) @Operator = params['Operator'] @ResultType = params['ResultType'] @ResultCode = params['ResultCode'] @ResultMsg = params['ResultMsg'] end |