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.
10849 10850 10851 10852 10853 10854 10855 |
# File 'lib/v20180228/models.rb', line 10849 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
10847 10848 10849 |
# File 'lib/v20180228/models.rb', line 10847 def Id @Id end |
#Limit ⇒ Object
10847 10848 10849 |
# File 'lib/v20180228/models.rb', line 10847 def Limit @Limit end |
#Offset ⇒ Object
10847 10848 10849 |
# File 'lib/v20180228/models.rb', line 10847 def Offset @Offset end |
#Quuid ⇒ Object
10847 10848 10849 |
# File 'lib/v20180228/models.rb', line 10847 def Quuid @Quuid end |
#Uuid ⇒ Object
10847 10848 10849 |
# File 'lib/v20180228/models.rb', line 10847 def Uuid @Uuid end |
Instance Method Details
#deserialize(params) ⇒ Object
10857 10858 10859 10860 10861 10862 10863 |
# File 'lib/v20180228/models.rb', line 10857 def deserialize(params) @Quuid = params['Quuid'] @Uuid = params['Uuid'] @Id = params['Id'] @Limit = params['Limit'] @Offset = params['Offset'] end |