Class: TencentCloud::Monitor::V20180724::CreateAlarmShieldResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Monitor::V20180724::CreateAlarmShieldResponse
- Defined in:
- lib/v20180724/models.rb
Overview
CreateAlarmShield返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(shieldid = nil, requestid = nil) ⇒ CreateAlarmShieldResponse
constructor
A new instance of CreateAlarmShieldResponse.
Constructor Details
#initialize(shieldid = nil, requestid = nil) ⇒ CreateAlarmShieldResponse
Returns a new instance of CreateAlarmShieldResponse.
1898 1899 1900 1901 |
# File 'lib/v20180724/models.rb', line 1898 def initialize(shieldid=nil, requestid=nil) @ShieldId = shieldid @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1896 1897 1898 |
# File 'lib/v20180724/models.rb', line 1896 def RequestId @RequestId end |
#ShieldId ⇒ Object
1896 1897 1898 |
# File 'lib/v20180724/models.rb', line 1896 def ShieldId @ShieldId end |
Instance Method Details
#deserialize(params) ⇒ Object
1903 1904 1905 1906 |
# File 'lib/v20180724/models.rb', line 1903 def deserialize(params) @ShieldId = params['ShieldId'] @RequestId = params['RequestId'] end |