Class: TencentCloud::Lowcode::V20210108::AppJobInfo

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

Overview

安装应用,任务详情

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(status = nil, step = nil, id = nil, totalstep = nil, stepdesc = nil, errmsg = nil) ⇒ AppJobInfo

Returns a new instance of AppJobInfo.



41
42
43
44
45
46
47
48
# File 'lib/v20210108/models.rb', line 41

def initialize(status=nil, step=nil, id=nil, totalstep=nil, stepdesc=nil, errmsg=nil)
  @Status = status
  @Step = step
  @Id = id
  @TotalStep = totalstep
  @StepDesc = stepdesc
  @ErrMsg = errmsg
end

Instance Attribute Details

#ErrMsgObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Status:

    状态

  • Step:

    当前步骤

  • Id:

    任务id

  • TotalStep:

    任务总共步骤数

  • StepDesc:

    当前步骤详情

  • ErrMsg:

    错误信息



39
40
41
# File 'lib/v20210108/models.rb', line 39

def ErrMsg
  @ErrMsg
end

#IdObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Status:

    状态

  • Step:

    当前步骤

  • Id:

    任务id

  • TotalStep:

    任务总共步骤数

  • StepDesc:

    当前步骤详情

  • ErrMsg:

    错误信息



39
40
41
# File 'lib/v20210108/models.rb', line 39

def Id
  @Id
end

#StatusObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Status:

    状态

  • Step:

    当前步骤

  • Id:

    任务id

  • TotalStep:

    任务总共步骤数

  • StepDesc:

    当前步骤详情

  • ErrMsg:

    错误信息



39
40
41
# File 'lib/v20210108/models.rb', line 39

def Status
  @Status
end

#StepObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Status:

    状态

  • Step:

    当前步骤

  • Id:

    任务id

  • TotalStep:

    任务总共步骤数

  • StepDesc:

    当前步骤详情

  • ErrMsg:

    错误信息



39
40
41
# File 'lib/v20210108/models.rb', line 39

def Step
  @Step
end

#StepDescObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Status:

    状态

  • Step:

    当前步骤

  • Id:

    任务id

  • TotalStep:

    任务总共步骤数

  • StepDesc:

    当前步骤详情

  • ErrMsg:

    错误信息



39
40
41
# File 'lib/v20210108/models.rb', line 39

def StepDesc
  @StepDesc
end

#TotalStepObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Status:

    状态

  • Step:

    当前步骤

  • Id:

    任务id

  • TotalStep:

    任务总共步骤数

  • StepDesc:

    当前步骤详情

  • ErrMsg:

    错误信息



39
40
41
# File 'lib/v20210108/models.rb', line 39

def TotalStep
  @TotalStep
end

Instance Method Details

#deserialize(params) ⇒ Object



50
51
52
53
54
55
56
57
# File 'lib/v20210108/models.rb', line 50

def deserialize(params)
  @Status = params['Status']
  @Step = params['Step']
  @Id = params['Id']
  @TotalStep = params['TotalStep']
  @StepDesc = params['StepDesc']
  @ErrMsg = params['ErrMsg']
end