Class: TencentCloud::Emr::V20190103::TableSchemaItem
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Emr::V20190103::TableSchemaItem
- Defined in:
- lib/v20190103/models.rb
Overview
表格schema信息
Instance Attribute Summary collapse
-
#Candidates ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Clickable ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Name ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Sortable ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Title ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#WithFilter ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, sortable = nil, withfilter = nil, candidates = nil, clickable = nil, title = nil) ⇒ TableSchemaItem
constructor
A new instance of TableSchemaItem.
Constructor Details
#initialize(name = nil, sortable = nil, withfilter = nil, candidates = nil, clickable = nil, title = nil) ⇒ TableSchemaItem
Returns a new instance of TableSchemaItem.
14037 14038 14039 14040 14041 14042 14043 14044 |
# File 'lib/v20190103/models.rb', line 14037 def initialize(name=nil, sortable=nil, withfilter=nil, candidates=nil, clickable=nil, title=nil) @Name = name @Sortable = sortable @WithFilter = withfilter @Candidates = candidates @Clickable = clickable @Title = title end |
Instance Attribute Details
#Candidates ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
14035 14036 14037 |
# File 'lib/v20190103/models.rb', line 14035 def Candidates @Candidates end |
#Clickable ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
14035 14036 14037 |
# File 'lib/v20190103/models.rb', line 14035 def Clickable @Clickable end |
#Name ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
14035 14036 14037 |
# File 'lib/v20190103/models.rb', line 14035 def Name @Name end |
#Sortable ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
14035 14036 14037 |
# File 'lib/v20190103/models.rb', line 14035 def Sortable @Sortable end |
#Title ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
14035 14036 14037 |
# File 'lib/v20190103/models.rb', line 14035 def Title @Title end |
#WithFilter ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
14035 14036 14037 |
# File 'lib/v20190103/models.rb', line 14035 def WithFilter @WithFilter end |
Instance Method Details
#deserialize(params) ⇒ Object
14046 14047 14048 14049 14050 14051 14052 14053 |
# File 'lib/v20190103/models.rb', line 14046 def deserialize(params) @Name = params['Name'] @Sortable = params['Sortable'] @WithFilter = params['WithFilter'] @Candidates = params['Candidates'] @Clickable = params['Clickable'] @Title = params['Title'] end |