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.
5800 5801 5802 |
# File 'lib/v20211111/models.rb', line 5800 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
5798 5799 5800 |
# File 'lib/v20211111/models.rb', line 5798 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
5804 5805 5806 |
# File 'lib/v20211111/models.rb', line 5804 def deserialize(params) @RequestId = params['RequestId'] end |