Class: TencentCloud::Csip::V20221121::RiskCenterStatusKey
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Csip::V20221121::RiskCenterStatusKey
- Defined in:
- lib/v20221121/models.rb
Overview
风险中心状态处理Key
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, publicipdomain = nil, instanceid = nil, appid = nil) ⇒ RiskCenterStatusKey
constructor
A new instance of RiskCenterStatusKey.
Constructor Details
#initialize(id = nil, publicipdomain = nil, instanceid = nil, appid = nil) ⇒ RiskCenterStatusKey
Returns a new instance of RiskCenterStatusKey.
11162 11163 11164 11165 11166 11167 |
# File 'lib/v20221121/models.rb', line 11162 def initialize(id=nil, publicipdomain=nil, instanceid=nil, appid=nil) @Id = id @PublicIPDomain = publicipdomain @InstanceId = instanceid @AppId = appid end |
Instance Attribute Details
#AppId ⇒ Object
11160 11161 11162 |
# File 'lib/v20221121/models.rb', line 11160 def AppId @AppId end |
#Id ⇒ Object
11160 11161 11162 |
# File 'lib/v20221121/models.rb', line 11160 def Id @Id end |
#InstanceId ⇒ Object
11160 11161 11162 |
# File 'lib/v20221121/models.rb', line 11160 def InstanceId @InstanceId end |
#PublicIPDomain ⇒ Object
11160 11161 11162 |
# File 'lib/v20221121/models.rb', line 11160 def PublicIPDomain @PublicIPDomain end |
Instance Method Details
#deserialize(params) ⇒ Object
11169 11170 11171 11172 11173 11174 |
# File 'lib/v20221121/models.rb', line 11169 def deserialize(params) @Id = params['Id'] @PublicIPDomain = params['PublicIPDomain'] @InstanceId = params['InstanceId'] @AppId = params['AppId'] end |