Class: TencentCloud::Gaap::V20180529::ModifyRealServerNameResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Gaap::V20180529::ModifyRealServerNameResponse
- Defined in:
- lib/v20180529/models.rb
Overview
ModifyRealServerName返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ModifyRealServerNameResponse
constructor
A new instance of ModifyRealServerNameResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ModifyRealServerNameResponse
Returns a new instance of ModifyRealServerNameResponse.
5984 5985 5986 |
# File 'lib/v20180529/models.rb', line 5984 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
5982 5983 5984 |
# File 'lib/v20180529/models.rb', line 5982 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
5988 5989 5990 |
# File 'lib/v20180529/models.rb', line 5988 def deserialize(params) @RequestId = params['RequestId'] end |