Class: TencentCloud::Cvm::V20170312::ProgramFpgaImageResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cvm::V20170312::ProgramFpgaImageResponse
- Defined in:
- lib/v20170312/models.rb
Overview
ProgramFpgaImage返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ProgramFpgaImageResponse
constructor
A new instance of ProgramFpgaImageResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ProgramFpgaImageResponse
Returns a new instance of ProgramFpgaImageResponse.
6966 6967 6968 |
# File 'lib/v20170312/models.rb', line 6966 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
6964 6965 6966 |
# File 'lib/v20170312/models.rb', line 6964 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
6970 6971 6972 |
# File 'lib/v20170312/models.rb', line 6970 def deserialize(params) @RequestId = params['RequestId'] end |