Class: TencentCloud::Wedata::V20250806::OpsAsyncResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20250806::OpsAsyncResponse
- Defined in:
- lib/v20250806/models.rb
Overview
异步操作返回结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(asyncid = nil) ⇒ OpsAsyncResponse
constructor
A new instance of OpsAsyncResponse.
Constructor Details
#initialize(asyncid = nil) ⇒ OpsAsyncResponse
Returns a new instance of OpsAsyncResponse.
5738 5739 5740 |
# File 'lib/v20250806/models.rb', line 5738 def initialize(asyncid=nil) @AsyncId = asyncid end |
Instance Attribute Details
#AsyncId ⇒ Object
5736 5737 5738 |
# File 'lib/v20250806/models.rb', line 5736 def AsyncId @AsyncId end |
Instance Method Details
#deserialize(params) ⇒ Object
5742 5743 5744 |
# File 'lib/v20250806/models.rb', line 5742 def deserialize(params) @AsyncId = params['AsyncId'] end |