Class: TencentCloud::Tcb::V20180608::DescribeCloudBaseRunOneClickTaskExternalRequest

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

Overview

DescribeCloudBaseRunOneClickTaskExternal请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(externalid = nil) ⇒ DescribeCloudBaseRunOneClickTaskExternalRequest

Returns a new instance of DescribeCloudBaseRunOneClickTaskExternalRequest.



3210
3211
3212
# File 'lib/v20180608/models.rb', line 3210

def initialize(externalid=nil)
  @ExternalId = externalid
end

Instance Attribute Details

#ExternalIdObject

Parameters:

  • ExternalId:

    外部任务Id 最长64字节



3208
3209
3210
# File 'lib/v20180608/models.rb', line 3208

def ExternalId
  @ExternalId
end

Instance Method Details

#deserialize(params) ⇒ Object



3214
3215
3216
# File 'lib/v20180608/models.rb', line 3214

def deserialize(params)
  @ExternalId = params['ExternalId']
end