Class: TencentCloud::Wedata::V20210820::OrderCondition
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::OrderCondition
- Defined in:
- lib/v20210820/models.rb
Overview
通用排序字段名和排序方向
Instance Attribute Summary collapse
-
#Direction ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Name ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, direction = nil) ⇒ OrderCondition
constructor
A new instance of OrderCondition.
Constructor Details
#initialize(name = nil, direction = nil) ⇒ OrderCondition
Returns a new instance of OrderCondition.
29302 29303 29304 29305 |
# File 'lib/v20210820/models.rb', line 29302 def initialize(name=nil, direction=nil) @Name = name @Direction = direction end |
Instance Attribute Details
#Direction ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
29300 29301 29302 |
# File 'lib/v20210820/models.rb', line 29300 def Direction @Direction end |
#Name ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
29300 29301 29302 |
# File 'lib/v20210820/models.rb', line 29300 def Name @Name end |
Instance Method Details
#deserialize(params) ⇒ Object
29307 29308 29309 29310 |
# File 'lib/v20210820/models.rb', line 29307 def deserialize(params) @Name = params['Name'] @Direction = params['Direction'] end |