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.
2233 2234 2235 2236 |
# File 'lib/v20211111/models.rb', line 2233 def initialize(servicegroupid=nil, authtokenvalue=nil) @ServiceGroupId = servicegroupid @AuthTokenValue = authtokenvalue end |
Instance Attribute Details
#AuthTokenValue ⇒ Object
2231 2232 2233 |
# File 'lib/v20211111/models.rb', line 2231 def AuthTokenValue @AuthTokenValue end |
#ServiceGroupId ⇒ Object
2231 2232 2233 |
# File 'lib/v20211111/models.rb', line 2231 def ServiceGroupId @ServiceGroupId end |
Instance Method Details
#deserialize(params) ⇒ Object
2238 2239 2240 2241 |
# File 'lib/v20211111/models.rb', line 2238 def deserialize(params) @ServiceGroupId = params['ServiceGroupId'] @AuthTokenValue = params['AuthTokenValue'] end |