Class: TencentCloud::Cls::V20201016::CsvInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cls::V20201016::CsvInfo
- Defined in:
- lib/v20201016/models.rb
Overview
csv内容描述
Instance Attribute Summary collapse
-
#Delimiter ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#EscapeChar ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Keys ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#NonExistingField ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#PrintKey ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(printkey = nil, keys = nil, delimiter = nil, escapechar = nil, nonexistingfield = nil) ⇒ CsvInfo
constructor
A new instance of CsvInfo.
Constructor Details
#initialize(printkey = nil, keys = nil, delimiter = nil, escapechar = nil, nonexistingfield = nil) ⇒ CsvInfo
Returns a new instance of CsvInfo.
4968 4969 4970 4971 4972 4973 4974 |
# File 'lib/v20201016/models.rb', line 4968 def initialize(printkey=nil, keys=nil, delimiter=nil, escapechar=nil, nonexistingfield=nil) @PrintKey = printkey @Keys = keys @Delimiter = delimiter @EscapeChar = escapechar @NonExistingField = nonexistingfield end |
Instance Attribute Details
#Delimiter ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
4966 4967 4968 |
# File 'lib/v20201016/models.rb', line 4966 def Delimiter @Delimiter end |
#EscapeChar ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
4966 4967 4968 |
# File 'lib/v20201016/models.rb', line 4966 def EscapeChar @EscapeChar end |
#Keys ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
4966 4967 4968 |
# File 'lib/v20201016/models.rb', line 4966 def Keys @Keys end |
#NonExistingField ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
4966 4967 4968 |
# File 'lib/v20201016/models.rb', line 4966 def NonExistingField @NonExistingField end |
#PrintKey ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
4966 4967 4968 |
# File 'lib/v20201016/models.rb', line 4966 def PrintKey @PrintKey end |
Instance Method Details
#deserialize(params) ⇒ Object
4976 4977 4978 4979 4980 4981 4982 |
# File 'lib/v20201016/models.rb', line 4976 def deserialize(params) @PrintKey = params['PrintKey'] @Keys = params['Keys'] @Delimiter = params['Delimiter'] @EscapeChar = params['EscapeChar'] @NonExistingField = params['NonExistingField'] end |