Class: TencentCloud::Tione::V20211111::ModifyModelServiceAuthTokenResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tione::V20211111::ModifyModelServiceAuthTokenResponse
- Defined in:
- lib/v20211111/models.rb
Overview
ModifyModelServiceAuthToken返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ModifyModelServiceAuthTokenResponse
constructor
A new instance of ModifyModelServiceAuthTokenResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ModifyModelServiceAuthTokenResponse
Returns a new instance of ModifyModelServiceAuthTokenResponse.
5704 5705 5706 |
# File 'lib/v20211111/models.rb', line 5704 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
5702 5703 5704 |
# File 'lib/v20211111/models.rb', line 5702 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
5708 5709 5710 |
# File 'lib/v20211111/models.rb', line 5708 def deserialize(params) @RequestId = params['RequestId'] end |