Class: TencentCloud::Rce::V20201103::InputModifyNameFront
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Rce::V20201103::InputModifyNameFront
- Defined in:
- lib/v20201103/models.rb
Overview
修改黑白名单入参
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(namelistid = nil, listname = nil, status = nil, remark = nil) ⇒ InputModifyNameFront
constructor
A new instance of InputModifyNameFront.
Constructor Details
#initialize(namelistid = nil, listname = nil, status = nil, remark = nil) ⇒ InputModifyNameFront
Returns a new instance of InputModifyNameFront.
842 843 844 845 846 847 |
# File 'lib/v20201103/models.rb', line 842 def initialize(namelistid=nil, listname=nil, status=nil, remark=nil) @NameListId = namelistid @ListName = listname @Status = status @Remark = remark end |
Instance Attribute Details
#ListName ⇒ Object
840 841 842 |
# File 'lib/v20201103/models.rb', line 840 def ListName @ListName end |
#NameListId ⇒ Object
840 841 842 |
# File 'lib/v20201103/models.rb', line 840 def NameListId @NameListId end |
#Remark ⇒ Object
840 841 842 |
# File 'lib/v20201103/models.rb', line 840 def Remark @Remark end |
#Status ⇒ Object
840 841 842 |
# File 'lib/v20201103/models.rb', line 840 def Status @Status end |
Instance Method Details
#deserialize(params) ⇒ Object
849 850 851 852 853 854 |
# File 'lib/v20201103/models.rb', line 849 def deserialize(params) @NameListId = params['NameListId'] @ListName = params['ListName'] @Status = params['Status'] @Remark = params['Remark'] end |