Class: TencentCloud::Cwp::V20180228::DescribeAssetWebLocationPathListRequest

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180228/models.rb

Overview

DescribeAssetWebLocationPathList请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#IdObject

Parameters:

  • Quuid:

    服务器Quuid

  • Uuid:

    服务器Uuid

  • Id:

    Web站点Id

  • Limit:

    返回列表数量,最多100,默认10

  • Offset:

    偏移量,默认为0



10826
10827
10828
# File 'lib/v20180228/models.rb', line 10826

def Id
  @Id
end

#LimitObject

Parameters:

  • Quuid:

    服务器Quuid

  • Uuid:

    服务器Uuid

  • Id:

    Web站点Id

  • Limit:

    返回列表数量,最多100,默认10

  • Offset:

    偏移量,默认为0



10826
10827
10828
# File 'lib/v20180228/models.rb', line 10826

def Limit
  @Limit
end

#OffsetObject

Parameters:

  • Quuid:

    服务器Quuid

  • Uuid:

    服务器Uuid

  • Id:

    Web站点Id

  • Limit:

    返回列表数量,最多100,默认10

  • Offset:

    偏移量,默认为0



10826
10827
10828
# File 'lib/v20180228/models.rb', line 10826

def Offset
  @Offset
end

#QuuidObject

Parameters:

  • Quuid:

    服务器Quuid

  • Uuid:

    服务器Uuid

  • Id:

    Web站点Id

  • Limit:

    返回列表数量,最多100,默认10

  • Offset:

    偏移量,默认为0



10826
10827
10828
# File 'lib/v20180228/models.rb', line 10826

def Quuid
  @Quuid
end

#UuidObject

Parameters:

  • Quuid:

    服务器Quuid

  • Uuid:

    服务器Uuid

  • Id:

    Web站点Id

  • Limit:

    返回列表数量,最多100,默认10

  • Offset:

    偏移量,默认为0



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