Class: TencentCloud::Cwp::V20180228::AssetWebLocationPath
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::AssetWebLocationPath
- Defined in:
- lib/v20180228/models.rb
Overview
资产管理Web站点虚拟目录
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(virtualpath = nil, realpath = nil, user = nil, group = nil, permission = nil) ⇒ AssetWebLocationPath
constructor
A new instance of AssetWebLocationPath.
Constructor Details
#initialize(virtualpath = nil, realpath = nil, user = nil, group = nil, permission = nil) ⇒ AssetWebLocationPath
Returns a new instance of AssetWebLocationPath.
2580 2581 2582 2583 2584 2585 2586 |
# File 'lib/v20180228/models.rb', line 2580 def initialize(virtualpath=nil, realpath=nil, user=nil, group=nil, =nil) @VirtualPath = virtualpath @RealPath = realpath @User = user @Group = group @Permission = end |
Instance Attribute Details
#Group ⇒ Object
2578 2579 2580 |
# File 'lib/v20180228/models.rb', line 2578 def Group @Group end |
#Permission ⇒ Object
2578 2579 2580 |
# File 'lib/v20180228/models.rb', line 2578 def Permission @Permission end |
#RealPath ⇒ Object
2578 2579 2580 |
# File 'lib/v20180228/models.rb', line 2578 def RealPath @RealPath end |
#User ⇒ Object
2578 2579 2580 |
# File 'lib/v20180228/models.rb', line 2578 def User @User end |
#VirtualPath ⇒ Object
2578 2579 2580 |
# File 'lib/v20180228/models.rb', line 2578 def VirtualPath @VirtualPath end |
Instance Method Details
#deserialize(params) ⇒ Object
2588 2589 2590 2591 2592 2593 2594 |
# File 'lib/v20180228/models.rb', line 2588 def deserialize(params) @VirtualPath = params['VirtualPath'] @RealPath = params['RealPath'] @User = params['User'] @Group = params['Group'] @Permission = params['Permission'] end |