Class: TencentCloud::Ckafka::V20190819::ClsParam
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ckafka::V20190819::ClsParam
- Defined in:
- lib/v20190819/models.rb
Overview
Cls类型入参
Instance Attribute Summary collapse
-
#ContentKey ⇒ Object
字段内容格式需要是秒级时间戳.
-
#DecodeJson ⇒ Object
字段内容格式需要是秒级时间戳.
-
#LogSet ⇒ Object
字段内容格式需要是秒级时间戳.
-
#Resource ⇒ Object
字段内容格式需要是秒级时间戳.
-
#TimeField ⇒ Object
字段内容格式需要是秒级时间戳.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(decodejson = nil, resource = nil, logset = nil, contentkey = nil, timefield = nil) ⇒ ClsParam
constructor
A new instance of ClsParam.
Constructor Details
#initialize(decodejson = nil, resource = nil, logset = nil, contentkey = nil, timefield = nil) ⇒ ClsParam
Returns a new instance of ClsParam.
966 967 968 969 970 971 972 |
# File 'lib/v20190819/models.rb', line 966 def initialize(decodejson=nil, resource=nil, logset=nil, contentkey=nil, timefield=nil) @DecodeJson = decodejson @Resource = resource @LogSet = logset @ContentKey = contentkey @TimeField = timefield end |
Instance Attribute Details
#ContentKey ⇒ Object
字段内容格式需要是秒级时间戳
964 965 966 |
# File 'lib/v20190819/models.rb', line 964 def ContentKey @ContentKey end |
#DecodeJson ⇒ Object
字段内容格式需要是秒级时间戳
964 965 966 |
# File 'lib/v20190819/models.rb', line 964 def DecodeJson @DecodeJson end |
#LogSet ⇒ Object
字段内容格式需要是秒级时间戳
964 965 966 |
# File 'lib/v20190819/models.rb', line 964 def LogSet @LogSet end |
#Resource ⇒ Object
字段内容格式需要是秒级时间戳
964 965 966 |
# File 'lib/v20190819/models.rb', line 964 def Resource @Resource end |
#TimeField ⇒ Object
字段内容格式需要是秒级时间戳
964 965 966 |
# File 'lib/v20190819/models.rb', line 964 def TimeField @TimeField end |
Instance Method Details
#deserialize(params) ⇒ Object
974 975 976 977 978 979 980 |
# File 'lib/v20190819/models.rb', line 974 def deserialize(params) @DecodeJson = params['DecodeJson'] @Resource = params['Resource'] @LogSet = params['LogSet'] @ContentKey = params['ContentKey'] @TimeField = params['TimeField'] end |