Class: TencentCloud::Tcm::V20210413::CreateMeshResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tcm::V20210413::CreateMeshResponse
- Defined in:
- lib/v20210413/models.rb
Overview
CreateMesh返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(meshid = nil, requestid = nil) ⇒ CreateMeshResponse
constructor
A new instance of CreateMeshResponse.
Constructor Details
#initialize(meshid = nil, requestid = nil) ⇒ CreateMeshResponse
406 407 408 409 |
# File 'lib/v20210413/models.rb', line 406 def initialize(meshid=nil, requestid=nil) @MeshId = meshid @RequestId = requestid end |
Instance Attribute Details
#MeshId ⇒ Object
404 405 406 |
# File 'lib/v20210413/models.rb', line 404 def MeshId @MeshId end |
#RequestId ⇒ Object
404 405 406 |
# File 'lib/v20210413/models.rb', line 404 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
411 412 413 414 |
# File 'lib/v20210413/models.rb', line 411 def deserialize(params) @MeshId = params['MeshId'] @RequestId = params['RequestId'] end |