Class: TencentCloud::Tione::V20211111::DeleteModelServiceAuthTokenRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tione::V20211111::DeleteModelServiceAuthTokenRequest
- Defined in:
- lib/v20211111/models.rb
Overview
DeleteModelServiceAuthToken请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(servicegroupid = nil, authtokenvalue = nil) ⇒ DeleteModelServiceAuthTokenRequest
constructor
A new instance of DeleteModelServiceAuthTokenRequest.
Constructor Details
#initialize(servicegroupid = nil, authtokenvalue = nil) ⇒ DeleteModelServiceAuthTokenRequest
Returns a new instance of DeleteModelServiceAuthTokenRequest.
2222 2223 2224 2225 |
# File 'lib/v20211111/models.rb', line 2222 def initialize(servicegroupid=nil, authtokenvalue=nil) @ServiceGroupId = servicegroupid @AuthTokenValue = authtokenvalue end |
Instance Attribute Details
#AuthTokenValue ⇒ Object
2220 2221 2222 |
# File 'lib/v20211111/models.rb', line 2220 def AuthTokenValue @AuthTokenValue end |
#ServiceGroupId ⇒ Object
2220 2221 2222 |
# File 'lib/v20211111/models.rb', line 2220 def ServiceGroupId @ServiceGroupId end |
Instance Method Details
#deserialize(params) ⇒ Object
2227 2228 2229 2230 |
# File 'lib/v20211111/models.rb', line 2227 def deserialize(params) @ServiceGroupId = params['ServiceGroupId'] @AuthTokenValue = params['AuthTokenValue'] end |