Class: TencentCloud::Bh::V20230418::AccessWhiteListRule
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bh::V20230418::AccessWhiteListRule
- Defined in:
- lib/v20230418/models.rb
Overview
访问白名单规则
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, source = nil, remark = nil, modifytime = nil) ⇒ AccessWhiteListRule
constructor
A new instance of AccessWhiteListRule.
Constructor Details
#initialize(id = nil, source = nil, remark = nil, modifytime = nil) ⇒ AccessWhiteListRule
Returns a new instance of AccessWhiteListRule.
185 186 187 188 189 190 |
# File 'lib/v20230418/models.rb', line 185 def initialize(id=nil, source=nil, remark=nil, modifytime=nil) @Id = id @Source = source @Remark = remark @ModifyTime = modifytime end |
Instance Attribute Details
#Id ⇒ Object
183 184 185 |
# File 'lib/v20230418/models.rb', line 183 def Id @Id end |
#ModifyTime ⇒ Object
183 184 185 |
# File 'lib/v20230418/models.rb', line 183 def ModifyTime @ModifyTime end |
#Remark ⇒ Object
183 184 185 |
# File 'lib/v20230418/models.rb', line 183 def Remark @Remark end |
#Source ⇒ Object
183 184 185 |
# File 'lib/v20230418/models.rb', line 183 def Source @Source end |
Instance Method Details
#deserialize(params) ⇒ Object
192 193 194 195 196 197 |
# File 'lib/v20230418/models.rb', line 192 def deserialize(params) @Id = params['Id'] @Source = params['Source'] @Remark = params['Remark'] @ModifyTime = params['ModifyTime'] end |