Class: TencentCloud::Cme::V20191029::SearchScope
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cme::V20191029::SearchScope
- Defined in:
- lib/v20191029/models.rb
Overview
搜索空间
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(owner = nil, classpath = nil) ⇒ SearchScope
constructor
A new instance of SearchScope.
Constructor Details
#initialize(owner = nil, classpath = nil) ⇒ SearchScope
Returns a new instance of SearchScope.
5513 5514 5515 5516 |
# File 'lib/v20191029/models.rb', line 5513 def initialize(owner=nil, classpath=nil) @Owner = owner @ClassPath = classpath end |
Instance Attribute Details
#ClassPath ⇒ Object
5511 5512 5513 |
# File 'lib/v20191029/models.rb', line 5511 def ClassPath @ClassPath end |
#Owner ⇒ Object
5511 5512 5513 |
# File 'lib/v20191029/models.rb', line 5511 def Owner @Owner end |