Class: TencentCloud::Sqlserver::V20180328::ModifyBackupStrategyResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Sqlserver::V20180328::ModifyBackupStrategyResponse
- Extended by:
- Gem::Deprecate
- Defined in:
- lib/v20180328/models.rb
Overview
ModifyBackupStrategy返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(errno = nil, msg = nil, code = nil, requestid = nil) ⇒ ModifyBackupStrategyResponse
constructor
A new instance of ModifyBackupStrategyResponse.
Constructor Details
#initialize(errno = nil, msg = nil, code = nil, requestid = nil) ⇒ ModifyBackupStrategyResponse
Returns a new instance of ModifyBackupStrategyResponse.
8454 8455 8456 8457 8458 8459 |
# File 'lib/v20180328/models.rb', line 8454 def initialize(errno=nil, msg=nil, code=nil, requestid=nil) @Errno = errno @Msg = msg @Code = code @RequestId = requestid end |
Instance Attribute Details
#Code ⇒ Object
8449 8450 8451 |
# File 'lib/v20180328/models.rb', line 8449 def Code @Code end |
#Errno ⇒ Object
8449 8450 8451 |
# File 'lib/v20180328/models.rb', line 8449 def Errno @Errno end |
#Msg ⇒ Object
8449 8450 8451 |
# File 'lib/v20180328/models.rb', line 8449 def Msg @Msg end |
#RequestId ⇒ Object
8449 8450 8451 |
# File 'lib/v20180328/models.rb', line 8449 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
8461 8462 8463 8464 8465 8466 |
# File 'lib/v20180328/models.rb', line 8461 def deserialize(params) @Errno = params['Errno'] @Msg = params['Msg'] @Code = params['Code'] @RequestId = params['RequestId'] end |