Class: TencentCloud::Ckafka::V20190819::DateParam
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ckafka::V20190819::DateParam
- Defined in:
- lib/v20190819/models.rb
Overview
数据处理——Value处理参数——转换时间格式参数
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(format = nil, targettype = nil, timezone = nil) ⇒ DateParam
constructor
A new instance of DateParam.
Constructor Details
#initialize(format = nil, targettype = nil, timezone = nil) ⇒ DateParam
Returns a new instance of DateParam.
3205 3206 3207 3208 3209 |
# File 'lib/v20190819/models.rb', line 3205 def initialize(format=nil, targettype=nil, timezone=nil) @Format = format @TargetType = targettype @TimeZone = timezone end |
Instance Attribute Details
#Format ⇒ Object
3203 3204 3205 |
# File 'lib/v20190819/models.rb', line 3203 def Format @Format end |
#TargetType ⇒ Object
3203 3204 3205 |
# File 'lib/v20190819/models.rb', line 3203 def TargetType @TargetType end |
#TimeZone ⇒ Object
3203 3204 3205 |
# File 'lib/v20190819/models.rb', line 3203 def TimeZone @TimeZone end |
Instance Method Details
#deserialize(params) ⇒ Object
3211 3212 3213 3214 3215 |
# File 'lib/v20190819/models.rb', line 3211 def deserialize(params) @Format = params['Format'] @TargetType = params['TargetType'] @TimeZone = params['TimeZone'] end |