Class: TencentCloud::Dlc::V20210125::DMSColumnOrder
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dlc::V20210125::DMSColumnOrder
- Defined in:
- lib/v20210125/models.rb
Overview
列排序对象
Instance Attribute Summary collapse
-
#Col ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Order ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(col = nil, order = nil) ⇒ DMSColumnOrder
constructor
A new instance of DMSColumnOrder.
Constructor Details
#initialize(col = nil, order = nil) ⇒ DMSColumnOrder
Returns a new instance of DMSColumnOrder.
3860 3861 3862 3863 |
# File 'lib/v20210125/models.rb', line 3860 def initialize(col=nil, order=nil) @Col = col @Order = order end |
Instance Attribute Details
#Col ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
3858 3859 3860 |
# File 'lib/v20210125/models.rb', line 3858 def Col @Col end |
#Order ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
3858 3859 3860 |
# File 'lib/v20210125/models.rb', line 3858 def Order @Order end |
Instance Method Details
#deserialize(params) ⇒ Object
3865 3866 3867 3868 |
# File 'lib/v20210125/models.rb', line 3865 def deserialize(params) @Col = params['Col'] @Order = params['Order'] end |