Class: TencentCloud::Dayu::V20180709::ModifyCCHostProtectionResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dayu::V20180709::ModifyCCHostProtectionResponse
- Defined in:
- lib/v20180709/models.rb
Overview
ModifyCCHostProtection返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(success = nil, requestid = nil) ⇒ ModifyCCHostProtectionResponse
constructor
A new instance of ModifyCCHostProtectionResponse.
Constructor Details
#initialize(success = nil, requestid = nil) ⇒ ModifyCCHostProtectionResponse
Returns a new instance of ModifyCCHostProtectionResponse.
6868 6869 6870 6871 |
# File 'lib/v20180709/models.rb', line 6868 def initialize(success=nil, requestid=nil) @Success = success @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
6866 6867 6868 |
# File 'lib/v20180709/models.rb', line 6866 def RequestId @RequestId end |
#Success ⇒ Object
6866 6867 6868 |
# File 'lib/v20180709/models.rb', line 6866 def Success @Success end |
Instance Method Details
#deserialize(params) ⇒ Object
6873 6874 6875 6876 6877 6878 6879 |
# File 'lib/v20180709/models.rb', line 6873 def deserialize(params) unless params['Success'].nil? @Success = SuccessCode.new @Success.deserialize(params['Success']) end @RequestId = params['RequestId'] end |