Class: TencentCloud::Tione::V20211111::DeleteModelServiceAuthTokenResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tione::V20211111::DeleteModelServiceAuthTokenResponse
- Defined in:
- lib/v20211111/models.rb
Overview
DeleteModelServiceAuthToken返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteModelServiceAuthTokenResponse
constructor
A new instance of DeleteModelServiceAuthTokenResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteModelServiceAuthTokenResponse
Returns a new instance of DeleteModelServiceAuthTokenResponse.
2251 2252 2253 |
# File 'lib/v20211111/models.rb', line 2251 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
2249 2250 2251 |
# File 'lib/v20211111/models.rb', line 2249 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2255 2256 2257 |
# File 'lib/v20211111/models.rb', line 2255 def deserialize(params) @RequestId = params['RequestId'] end |