Class: TencentCloud::Mps::V20190612::ModifyStreamLinkEventRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::ModifyStreamLinkEventRequest
- Defined in:
- lib/v20190612/models.rb
Overview
ModifyStreamLinkEvent请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(eventid = nil, eventname = nil, description = nil) ⇒ ModifyStreamLinkEventRequest
constructor
A new instance of ModifyStreamLinkEventRequest.
Constructor Details
#initialize(eventid = nil, eventname = nil, description = nil) ⇒ ModifyStreamLinkEventRequest
Returns a new instance of ModifyStreamLinkEventRequest.
19856 19857 19858 19859 19860 |
# File 'lib/v20190612/models.rb', line 19856 def initialize(eventid=nil, eventname=nil, description=nil) @EventId = eventid @EventName = eventname @Description = description end |
Instance Attribute Details
#Description ⇒ Object
19854 19855 19856 |
# File 'lib/v20190612/models.rb', line 19854 def Description @Description end |
#EventId ⇒ Object
19854 19855 19856 |
# File 'lib/v20190612/models.rb', line 19854 def EventId @EventId end |
#EventName ⇒ Object
19854 19855 19856 |
# File 'lib/v20190612/models.rb', line 19854 def EventName @EventName end |
Instance Method Details
#deserialize(params) ⇒ Object
19862 19863 19864 19865 19866 |
# File 'lib/v20190612/models.rb', line 19862 def deserialize(params) @EventId = params['EventId'] @EventName = params['EventName'] @Description = params['Description'] end |