Class: TencentCloud::Cloudstudio::V20230508::CreateWorkspaceTokenResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cloudstudio::V20230508::CreateWorkspaceTokenResponse
- Defined in:
- lib/v20230508/models.rb
Overview
CreateWorkspaceToken返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(token = nil, expiredtime = nil, requestid = nil) ⇒ CreateWorkspaceTokenResponse
constructor
A new instance of CreateWorkspaceTokenResponse.
Constructor Details
#initialize(token = nil, expiredtime = nil, requestid = nil) ⇒ CreateWorkspaceTokenResponse
Returns a new instance of CreateWorkspaceTokenResponse.
156 157 158 159 160 |
# File 'lib/v20230508/models.rb', line 156 def initialize(token=nil, expiredtime=nil, requestid=nil) @Token = token @ExpiredTime = expiredtime @RequestId = requestid end |
Instance Attribute Details
#ExpiredTime ⇒ Object
154 155 156 |
# File 'lib/v20230508/models.rb', line 154 def ExpiredTime @ExpiredTime end |
#RequestId ⇒ Object
154 155 156 |
# File 'lib/v20230508/models.rb', line 154 def RequestId @RequestId end |
#Token ⇒ Object
154 155 156 |
# File 'lib/v20230508/models.rb', line 154 def Token @Token end |
Instance Method Details
#deserialize(params) ⇒ Object
162 163 164 165 166 |
# File 'lib/v20230508/models.rb', line 162 def deserialize(params) @Token = params['Token'] @ExpiredTime = params['ExpiredTime'] @RequestId = params['RequestId'] end |