Class: TencentCloud::Cme::V20191029::MaterialAddedEvent
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cme::V20191029::MaterialAddedEvent
- Defined in:
- lib/v20191029/models.rb
Overview
媒体添加事件。
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(materialidset = nil, owner = nil, classpath = nil) ⇒ MaterialAddedEvent
constructor
A new instance of MaterialAddedEvent.
Constructor Details
#initialize(materialidset = nil, owner = nil, classpath = nil) ⇒ MaterialAddedEvent
Returns a new instance of MaterialAddedEvent.
3540 3541 3542 3543 3544 |
# File 'lib/v20191029/models.rb', line 3540 def initialize(materialidset=nil, owner=nil, classpath=nil) @MaterialIdSet = materialidset @Owner = owner @ClassPath = classpath end |
Instance Attribute Details
#ClassPath ⇒ Object
3538 3539 3540 |
# File 'lib/v20191029/models.rb', line 3538 def ClassPath @ClassPath end |
#MaterialIdSet ⇒ Object
3538 3539 3540 |
# File 'lib/v20191029/models.rb', line 3538 def MaterialIdSet @MaterialIdSet end |
#Owner ⇒ Object
3538 3539 3540 |
# File 'lib/v20191029/models.rb', line 3538 def Owner @Owner end |
Instance Method Details
#deserialize(params) ⇒ Object
3546 3547 3548 3549 3550 3551 3552 3553 |
# File 'lib/v20191029/models.rb', line 3546 def deserialize(params) @MaterialIdSet = params['MaterialIdSet'] unless params['Owner'].nil? @Owner = Entity.new @Owner.deserialize(params['Owner']) end @ClassPath = params['ClassPath'] end |