Class: TencentCloud::Ecm::V20190719::AttachNetworkInterfaceResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ecm::V20190719::AttachNetworkInterfaceResponse
- Defined in:
- lib/v20190719/models.rb
Overview
AttachNetworkInterface返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ AttachNetworkInterfaceResponse
constructor
A new instance of AttachNetworkInterfaceResponse.
Constructor Details
#initialize(requestid = nil) ⇒ AttachNetworkInterfaceResponse
Returns a new instance of AttachNetworkInterfaceResponse.
815 816 817 |
# File 'lib/v20190719/models.rb', line 815 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
813 814 815 |
# File 'lib/v20190719/models.rb', line 813 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
819 820 821 |
# File 'lib/v20190719/models.rb', line 819 def deserialize(params) @RequestId = params['RequestId'] end |