Class: TencentCloud::Cr::V20180321::SingleBlackApply
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cr::V20180321::SingleBlackApply
- Defined in:
- lib/v20180321/models.rb
Overview
黑名单申请信息
Instance Attribute Summary collapse
- #BlackDescription ⇒ Object
- #BlackType ⇒ Object
- #BlackValidDate ⇒ Object
- #BlackValue ⇒ Object
- #OperationType ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(blacktype = nil, operationtype = nil, blackvalue = nil, blackdescription = nil, blackvaliddate = nil) ⇒ SingleBlackApply
constructor
A new instance of SingleBlackApply.
Constructor Details
#initialize(blacktype = nil, operationtype = nil, blackvalue = nil, blackdescription = nil, blackvaliddate = nil) ⇒ SingleBlackApply
Returns a new instance of SingleBlackApply.
1742 1743 1744 1745 1746 1747 1748 |
# File 'lib/v20180321/models.rb', line 1742 def initialize(blacktype=nil, operationtype=nil, blackvalue=nil, blackdescription=nil, blackvaliddate=nil) @BlackType = blacktype @OperationType = operationtype @BlackValue = blackvalue @BlackDescription = blackdescription @BlackValidDate = blackvaliddate end |
Instance Attribute Details
#BlackDescription ⇒ Object
1740 1741 1742 |
# File 'lib/v20180321/models.rb', line 1740 def BlackDescription @BlackDescription end |
#BlackType ⇒ Object
1740 1741 1742 |
# File 'lib/v20180321/models.rb', line 1740 def BlackType @BlackType end |
#BlackValidDate ⇒ Object
1740 1741 1742 |
# File 'lib/v20180321/models.rb', line 1740 def BlackValidDate @BlackValidDate end |
#BlackValue ⇒ Object
1740 1741 1742 |
# File 'lib/v20180321/models.rb', line 1740 def BlackValue @BlackValue end |
#OperationType ⇒ Object
1740 1741 1742 |
# File 'lib/v20180321/models.rb', line 1740 def OperationType @OperationType end |
Instance Method Details
#deserialize(params) ⇒ Object
1750 1751 1752 1753 1754 1755 1756 |
# File 'lib/v20180321/models.rb', line 1750 def deserialize(params) @BlackType = params['BlackType'] @OperationType = params['OperationType'] @BlackValue = params['BlackValue'] @BlackDescription = params['BlackDescription'] @BlackValidDate = params['BlackValidDate'] end |