Class: TencentCloud::Tione::V20211111::DeleteModelServiceAuthTokenRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20211111/models.rb

Overview

DeleteModelServiceAuthToken请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#AuthTokenValueObject

Parameters:

  • ServiceGroupId:

    服务组 id

  • AuthTokenValue:

    token 值



2220
2221
2222
# File 'lib/v20211111/models.rb', line 2220

def AuthTokenValue
  @AuthTokenValue
end

#ServiceGroupIdObject

Parameters:

  • ServiceGroupId:

    服务组 id

  • AuthTokenValue:

    token 值



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