Class: TencentCloud::Iss::V20230517::Timeline

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20230517/models.rb

Overview

时间片段结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(_begin = nil, _end = nil) ⇒ Timeline

Returns a new instance of Timeline.



7047
7048
7049
7050
# File 'lib/v20230517/models.rb', line 7047

def initialize(_begin=nil, _end=nil)
  @Begin = _begin
  @End = _end
end

Instance Attribute Details

#BeginObject

Parameters:

  • Begin:

    分片起始时间

  • End:

    分片结束时间



7045
7046
7047
# File 'lib/v20230517/models.rb', line 7045

def Begin
  @Begin
end

#EndObject

Parameters:

  • Begin:

    分片起始时间

  • End:

    分片结束时间



7045
7046
7047
# File 'lib/v20230517/models.rb', line 7045

def End
  @End
end

Instance Method Details

#deserialize(params) ⇒ Object



7052
7053
7054
7055
# File 'lib/v20230517/models.rb', line 7052

def deserialize(params)
  @Begin = params['Begin']
  @End = params['End']
end