Class: TencentCloud::Cloudstudio::V20230508::CreateWorkspaceResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cloudstudio::V20230508::CreateWorkspaceResponse
- Defined in:
- lib/v20230508/models.rb
Overview
CreateWorkspace返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(spacekey = nil, name = nil, requestid = nil) ⇒ CreateWorkspaceResponse
constructor
A new instance of CreateWorkspaceResponse.
Constructor Details
#initialize(spacekey = nil, name = nil, requestid = nil) ⇒ CreateWorkspaceResponse
Returns a new instance of CreateWorkspaceResponse.
108 109 110 111 112 |
# File 'lib/v20230508/models.rb', line 108 def initialize(spacekey=nil, name=nil, requestid=nil) @SpaceKey = spacekey @Name = name @RequestId = requestid end |
Instance Attribute Details
#Name ⇒ Object
106 107 108 |
# File 'lib/v20230508/models.rb', line 106 def Name @Name end |
#RequestId ⇒ Object
106 107 108 |
# File 'lib/v20230508/models.rb', line 106 def RequestId @RequestId end |
#SpaceKey ⇒ Object
106 107 108 |
# File 'lib/v20230508/models.rb', line 106 def SpaceKey @SpaceKey end |
Instance Method Details
#deserialize(params) ⇒ Object
114 115 116 117 118 |
# File 'lib/v20230508/models.rb', line 114 def deserialize(params) @SpaceKey = params['SpaceKey'] @Name = params['Name'] @RequestId = params['RequestId'] end |