Class: TencentCloud::Iss::V20230517::DescribeRecordSliceRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iss::V20230517::DescribeRecordSliceRequest
- Defined in:
- lib/v20230517/models.rb
Overview
DescribeRecordSlice请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(channelid = nil, starttime = nil, endtime = nil) ⇒ DescribeRecordSliceRequest
constructor
A new instance of DescribeRecordSliceRequest.
Constructor Details
#initialize(channelid = nil, starttime = nil, endtime = nil) ⇒ DescribeRecordSliceRequest
Returns a new instance of DescribeRecordSliceRequest.
3948 3949 3950 3951 3952 |
# File 'lib/v20230517/models.rb', line 3948 def initialize(channelid=nil, starttime=nil, endtime=nil) @ChannelId = channelid @StartTime = starttime @EndTime = endtime end |
Instance Attribute Details
#ChannelId ⇒ Object
3946 3947 3948 |
# File 'lib/v20230517/models.rb', line 3946 def ChannelId @ChannelId end |
#EndTime ⇒ Object
3946 3947 3948 |
# File 'lib/v20230517/models.rb', line 3946 def EndTime @EndTime end |
#StartTime ⇒ Object
3946 3947 3948 |
# File 'lib/v20230517/models.rb', line 3946 def StartTime @StartTime end |
Instance Method Details
#deserialize(params) ⇒ Object
3954 3955 3956 3957 3958 |
# File 'lib/v20230517/models.rb', line 3954 def deserialize(params) @ChannelId = params['ChannelId'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] end |