Class: TencentCloud::Bpaas::V20181217::ApproveOpinion
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bpaas::V20181217::ApproveOpinion
- Defined in:
- lib/v20181217/models.rb
Overview
审批意见
Instance Attribute Summary collapse
-
#Content ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Type ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(type = nil, content = nil) ⇒ ApproveOpinion
constructor
A new instance of ApproveOpinion.
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
#Content ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
55 56 57 |
# File 'lib/v20181217/models.rb', line 55 def Content @Content end |
#Type ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
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 |