Class: TencentCloud::Ecm::V20190719::OperatorAction
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ecm::V20190719::OperatorAction
- Defined in:
- lib/v20190719/models.rb
Overview
操作Action
Instance Attribute Summary collapse
-
#Action ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Code ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Message ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(action = nil, code = nil, message = nil) ⇒ OperatorAction
constructor
A new instance of OperatorAction.
Constructor Details
#initialize(action = nil, code = nil, message = nil) ⇒ OperatorAction
Returns a new instance of OperatorAction.
8781 8782 8783 8784 8785 |
# File 'lib/v20190719/models.rb', line 8781 def initialize(action=nil, code=nil, =nil) @Action = action @Code = code @Message = end |
Instance Attribute Details
#Action ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
8779 8780 8781 |
# File 'lib/v20190719/models.rb', line 8779 def Action @Action end |
#Code ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
8779 8780 8781 |
# File 'lib/v20190719/models.rb', line 8779 def Code @Code end |
#Message ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
8779 8780 8781 |
# File 'lib/v20190719/models.rb', line 8779 def Message @Message end |
Instance Method Details
#deserialize(params) ⇒ Object
8787 8788 8789 8790 8791 |
# File 'lib/v20190719/models.rb', line 8787 def deserialize(params) @Action = params['Action'] @Code = params['Code'] @Message = params['Message'] end |