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.



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

#AuthTokenValueObject

Parameters:

  • ServiceGroupId:

    服务组 id

  • AuthTokenValue:

    token 值



2231
2232
2233
# File 'lib/v20211111/models.rb', line 2231

def AuthTokenValue
  @AuthTokenValue
end

#ServiceGroupIdObject

Parameters:

  • ServiceGroupId:

    服务组 id

  • AuthTokenValue:

    token 值



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