Class: TencentCloud::Bpaas::V20181217::ApproveOpinion

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

Overview

审批意见

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(type = nil, content = nil) ⇒ ApproveOpinion

Returns a new instance of ApproveOpinion.



57
58
59
60
# File 'lib/v20181217/models.rb', line 57

def initialize(type=nil, content=nil)
  @Type = type
  @Content = content
end

Instance Attribute Details

#ContentObject

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

Parameters:

  • Type:

    方式 1:输入文字反馈 2:预设选项

  • Content:

    审批意见



55
56
57
# File 'lib/v20181217/models.rb', line 55

def Content
  @Content
end

#TypeObject

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

Parameters:

  • Type:

    方式 1:输入文字反馈 2:预设选项

  • Content:

    审批意见



55
56
57
# File 'lib/v20181217/models.rb', line 55

def Type
  @Type
end

Instance Method Details

#deserialize(params) ⇒ Object



62
63
64
65
# File 'lib/v20181217/models.rb', line 62

def deserialize(params)
  @Type = params['Type']
  @Content = params['Content']
end