Class: TencentCloud::Cme::V20191029::ClassCreatedEvent
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cme::V20191029::ClassCreatedEvent
- Defined in:
- lib/v20191029/models.rb
Overview
分类创建事件。
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(owner = nil, classpath = nil) ⇒ ClassCreatedEvent
constructor
A new instance of ClassCreatedEvent.
Constructor Details
#initialize(owner = nil, classpath = nil) ⇒ ClassCreatedEvent
Returns a new instance of ClassCreatedEvent.
340 341 342 343 |
# File 'lib/v20191029/models.rb', line 340 def initialize(owner=nil, classpath=nil) @Owner = owner @ClassPath = classpath end |
Instance Attribute Details
#ClassPath ⇒ Object
338 339 340 |
# File 'lib/v20191029/models.rb', line 338 def ClassPath @ClassPath end |
#Owner ⇒ Object
338 339 340 |
# File 'lib/v20191029/models.rb', line 338 def Owner @Owner end |