Class: TencentCloud::Cwp::V20180228::DescribeAssetWebLocationPathListRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::DescribeAssetWebLocationPathListRequest
- Defined in:
- lib/v20180228/models.rb
Overview
DescribeAssetWebLocationPathList请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(quuid = nil, uuid = nil, id = nil, limit = nil, offset = nil) ⇒ DescribeAssetWebLocationPathListRequest
constructor
A new instance of DescribeAssetWebLocationPathListRequest.
Constructor Details
#initialize(quuid = nil, uuid = nil, id = nil, limit = nil, offset = nil) ⇒ DescribeAssetWebLocationPathListRequest
Returns a new instance of DescribeAssetWebLocationPathListRequest.
10828 10829 10830 10831 10832 10833 10834 |
# File 'lib/v20180228/models.rb', line 10828 def initialize(quuid=nil, uuid=nil, id=nil, limit=nil, offset=nil) @Quuid = quuid @Uuid = uuid @Id = id @Limit = limit @Offset = offset end |
Instance Attribute Details
#Id ⇒ Object
10826 10827 10828 |
# File 'lib/v20180228/models.rb', line 10826 def Id @Id end |
#Limit ⇒ Object
10826 10827 10828 |
# File 'lib/v20180228/models.rb', line 10826 def Limit @Limit end |
#Offset ⇒ Object
10826 10827 10828 |
# File 'lib/v20180228/models.rb', line 10826 def Offset @Offset end |
#Quuid ⇒ Object
10826 10827 10828 |
# File 'lib/v20180228/models.rb', line 10826 def Quuid @Quuid end |
#Uuid ⇒ Object
10826 10827 10828 |
# File 'lib/v20180228/models.rb', line 10826 def Uuid @Uuid end |
Instance Method Details
#deserialize(params) ⇒ Object
10836 10837 10838 10839 10840 10841 10842 |
# File 'lib/v20180228/models.rb', line 10836 def deserialize(params) @Quuid = params['Quuid'] @Uuid = params['Uuid'] @Id = params['Id'] @Limit = params['Limit'] @Offset = params['Offset'] end |