Class: TencentCloud::Live::V20180801::StreamName
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Live::V20180801::StreamName
- Defined in:
- lib/v20180801/models.rb
Overview
流名称列表。
Instance Attribute Summary collapse
-
#AppName ⇒ Object
UTC格式时间,例如:2019-01-07T12:00:00Z。 UTC格式时间,例如:2019-01-07T15:00:00Z。.
-
#ClientIp ⇒ Object
UTC格式时间,例如:2019-01-07T12:00:00Z。 UTC格式时间,例如:2019-01-07T15:00:00Z。.
-
#DomainName ⇒ Object
UTC格式时间,例如:2019-01-07T12:00:00Z。 UTC格式时间,例如:2019-01-07T15:00:00Z。.
-
#Duration ⇒ Object
UTC格式时间,例如:2019-01-07T12:00:00Z。 UTC格式时间,例如:2019-01-07T15:00:00Z。.
-
#Resolution ⇒ Object
UTC格式时间,例如:2019-01-07T12:00:00Z。 UTC格式时间,例如:2019-01-07T15:00:00Z。.
-
#StopReason ⇒ Object
UTC格式时间,例如:2019-01-07T12:00:00Z。 UTC格式时间,例如:2019-01-07T15:00:00Z。.
-
#StreamEndTime ⇒ Object
UTC格式时间,例如:2019-01-07T12:00:00Z。 UTC格式时间,例如:2019-01-07T15:00:00Z。.
-
#StreamName ⇒ Object
UTC格式时间,例如:2019-01-07T12:00:00Z。 UTC格式时间,例如:2019-01-07T15:00:00Z。.
-
#StreamStartTime ⇒ Object
UTC格式时间,例如:2019-01-07T12:00:00Z。 UTC格式时间,例如:2019-01-07T15:00:00Z。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(streamname = nil, appname = nil, domainname = nil, streamstarttime = nil, streamendtime = nil, stopreason = nil, duration = nil, clientip = nil, resolution = nil) ⇒ StreamName
constructor
A new instance of StreamName.
Constructor Details
#initialize(streamname = nil, appname = nil, domainname = nil, streamstarttime = nil, streamendtime = nil, stopreason = nil, duration = nil, clientip = nil, resolution = nil) ⇒ StreamName
Returns a new instance of StreamName.
15187 15188 15189 15190 15191 15192 15193 15194 15195 15196 15197 |
# File 'lib/v20180801/models.rb', line 15187 def initialize(streamname=nil, appname=nil, domainname=nil, streamstarttime=nil, streamendtime=nil, stopreason=nil, duration=nil, clientip=nil, resolution=nil) @StreamName = streamname @AppName = appname @DomainName = domainname @StreamStartTime = streamstarttime @StreamEndTime = streamendtime @StopReason = stopreason @Duration = duration @ClientIp = clientip @Resolution = resolution end |
Instance Attribute Details
#AppName ⇒ Object
UTC格式时间,例如:2019-01-07T12:00:00Z。UTC格式时间,例如:2019-01-07T15:00:00Z。
15185 15186 15187 |
# File 'lib/v20180801/models.rb', line 15185 def AppName @AppName end |
#ClientIp ⇒ Object
UTC格式时间,例如:2019-01-07T12:00:00Z。UTC格式时间,例如:2019-01-07T15:00:00Z。
15185 15186 15187 |
# File 'lib/v20180801/models.rb', line 15185 def ClientIp @ClientIp end |
#DomainName ⇒ Object
UTC格式时间,例如:2019-01-07T12:00:00Z。UTC格式时间,例如:2019-01-07T15:00:00Z。
15185 15186 15187 |
# File 'lib/v20180801/models.rb', line 15185 def DomainName @DomainName end |
#Duration ⇒ Object
UTC格式时间,例如:2019-01-07T12:00:00Z。UTC格式时间,例如:2019-01-07T15:00:00Z。
15185 15186 15187 |
# File 'lib/v20180801/models.rb', line 15185 def Duration @Duration end |
#Resolution ⇒ Object
UTC格式时间,例如:2019-01-07T12:00:00Z。UTC格式时间,例如:2019-01-07T15:00:00Z。
15185 15186 15187 |
# File 'lib/v20180801/models.rb', line 15185 def Resolution @Resolution end |
#StopReason ⇒ Object
UTC格式时间,例如:2019-01-07T12:00:00Z。UTC格式时间,例如:2019-01-07T15:00:00Z。
15185 15186 15187 |
# File 'lib/v20180801/models.rb', line 15185 def StopReason @StopReason end |
#StreamEndTime ⇒ Object
UTC格式时间,例如:2019-01-07T12:00:00Z。UTC格式时间,例如:2019-01-07T15:00:00Z。
15185 15186 15187 |
# File 'lib/v20180801/models.rb', line 15185 def StreamEndTime @StreamEndTime end |
#StreamName ⇒ Object
UTC格式时间,例如:2019-01-07T12:00:00Z。UTC格式时间,例如:2019-01-07T15:00:00Z。
15185 15186 15187 |
# File 'lib/v20180801/models.rb', line 15185 def StreamName @StreamName end |
#StreamStartTime ⇒ Object
UTC格式时间,例如:2019-01-07T12:00:00Z。UTC格式时间,例如:2019-01-07T15:00:00Z。
15185 15186 15187 |
# File 'lib/v20180801/models.rb', line 15185 def StreamStartTime @StreamStartTime end |
Instance Method Details
#deserialize(params) ⇒ Object
15199 15200 15201 15202 15203 15204 15205 15206 15207 15208 15209 |
# File 'lib/v20180801/models.rb', line 15199 def deserialize(params) @StreamName = params['StreamName'] @AppName = params['AppName'] @DomainName = params['DomainName'] @StreamStartTime = params['StreamStartTime'] @StreamEndTime = params['StreamEndTime'] @StopReason = params['StopReason'] @Duration = params['Duration'] @ClientIp = params['ClientIp'] @Resolution = params['Resolution'] end |