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.
9179 9180 9181 |
# File 'lib/v20250806/models.rb', line 9179 def initialize(asyncid=nil) @AsyncId = asyncid end |
Instance Attribute Details
#AsyncId ⇒ Object
9177 9178 9179 |
# File 'lib/v20250806/models.rb', line 9177 def AsyncId @AsyncId end |
Instance Method Details
#deserialize(params) ⇒ Object
9183 9184 9185 |
# File 'lib/v20250806/models.rb', line 9183 def deserialize(params) @AsyncId = params['AsyncId'] end |