Class: TencentCloud::Bh::V20230418::ReplayInformation
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bh::V20230418::ReplayInformation
- Defined in:
- lib/v20230418/models.rb
Overview
回放所需字段信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(token = nil, starttime = nil, address = nil, replaytype = nil) ⇒ ReplayInformation
constructor
A new instance of ReplayInformation.
Constructor Details
#initialize(token = nil, starttime = nil, address = nil, replaytype = nil) ⇒ ReplayInformation
Returns a new instance of ReplayInformation.
5058 5059 5060 5061 5062 5063 |
# File 'lib/v20230418/models.rb', line 5058 def initialize(token=nil, starttime=nil, address=nil, replaytype=nil) @Token = token @StartTime = starttime @Address = address @ReplayType = replaytype end |
Instance Attribute Details
#Address ⇒ Object
5056 5057 5058 |
# File 'lib/v20230418/models.rb', line 5056 def Address @Address end |
#ReplayType ⇒ Object
5056 5057 5058 |
# File 'lib/v20230418/models.rb', line 5056 def ReplayType @ReplayType end |
#StartTime ⇒ Object
5056 5057 5058 |
# File 'lib/v20230418/models.rb', line 5056 def StartTime @StartTime end |
#Token ⇒ Object
5056 5057 5058 |
# File 'lib/v20230418/models.rb', line 5056 def Token @Token end |
Instance Method Details
#deserialize(params) ⇒ Object
5065 5066 5067 5068 5069 5070 |
# File 'lib/v20230418/models.rb', line 5065 def deserialize(params) @Token = params['Token'] @StartTime = params['StartTime'] @Address = params['Address'] @ReplayType = params['ReplayType'] end |