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.



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

#IdObject

Parameters:

  • Quuid:

    服务器Quuid

  • Uuid:

    服务器Uuid

  • Id:

    Web站点Id

  • Limit:

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

  • Offset:

    偏移量,默认为0



10847
10848
10849
# File 'lib/v20180228/models.rb', line 10847

def Id
  @Id
end

#LimitObject

Parameters:

  • Quuid:

    服务器Quuid

  • Uuid:

    服务器Uuid

  • Id:

    Web站点Id

  • Limit:

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

  • Offset:

    偏移量,默认为0



10847
10848
10849
# File 'lib/v20180228/models.rb', line 10847

def Limit
  @Limit
end

#OffsetObject

Parameters:

  • Quuid:

    服务器Quuid

  • Uuid:

    服务器Uuid

  • Id:

    Web站点Id

  • Limit:

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

  • Offset:

    偏移量,默认为0



10847
10848
10849
# File 'lib/v20180228/models.rb', line 10847

def Offset
  @Offset
end

#QuuidObject

Parameters:

  • Quuid:

    服务器Quuid

  • Uuid:

    服务器Uuid

  • Id:

    Web站点Id

  • Limit:

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

  • Offset:

    偏移量,默认为0



10847
10848
10849
# File 'lib/v20180228/models.rb', line 10847

def Quuid
  @Quuid
end

#UuidObject

Parameters:

  • Quuid:

    服务器Quuid

  • Uuid:

    服务器Uuid

  • Id:

    Web站点Id

  • Limit:

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

  • Offset:

    偏移量,默认为0



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