Class: TencentCloud::Cwp::V20180228::DescribeAssetSystemPackageListRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::DescribeAssetSystemPackageListRequest
- Defined in:
- lib/v20180228/models.rb
Overview
DescribeAssetSystemPackageList请求参数结构体
Instance Attribute Summary collapse
-
#By ⇒ Object
- Name - String - 是否必填:否 - 包 名
- StartTime - String - 是否必填:否 - 安装开始时间
- EndTime - String - 是否必填:否 - 安装开始时间
- Type - int - 是否必填:否 - 安装包类型: 1:rmp 2:dpkg 3:java 4:system
. -
#Filters ⇒ Object
- Name - String - 是否必填:否 - 包 名
- StartTime - String - 是否必填:否 - 安装开始时间
- EndTime - String - 是否必填:否 - 安装开始时间
- Type - int - 是否必填:否 - 安装包类型: 1:rmp 2:dpkg 3:java 4:system
. -
#Limit ⇒ Object
- Name - String - 是否必填:否 - 包 名
- StartTime - String - 是否必填:否 - 安装开始时间
- EndTime - String - 是否必填:否 - 安装开始时间
- Type - int - 是否必填:否 - 安装包类型: 1:rmp 2:dpkg 3:java 4:system
. -
#Offset ⇒ Object
- Name - String - 是否必填:否 - 包 名
- StartTime - String - 是否必填:否 - 安装开始时间
- EndTime - String - 是否必填:否 - 安装开始时间
- Type - int - 是否必填:否 - 安装包类型: 1:rmp 2:dpkg 3:java 4:system
. -
#Order ⇒ Object
- Name - String - 是否必填:否 - 包 名
- StartTime - String - 是否必填:否 - 安装开始时间
- EndTime - String - 是否必填:否 - 安装开始时间
- Type - int - 是否必填:否 - 安装包类型: 1:rmp 2:dpkg 3:java 4:system
. -
#Quuid ⇒ Object
- Name - String - 是否必填:否 - 包 名
- StartTime - String - 是否必填:否 - 安装开始时间
- EndTime - String - 是否必填:否 - 安装开始时间
- Type - int - 是否必填:否 - 安装包类型: 1:rmp 2:dpkg 3:java 4:system
. -
#Uuid ⇒ Object
- Name - String - 是否必填:否 - 包 名
- StartTime - String - 是否必填:否 - 安装开始时间
- EndTime - String - 是否必填:否 - 安装开始时间
- Type - int - 是否必填:否 - 安装包类型: 1:rmp 2:dpkg 3:java 4:system
.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(uuid = nil, quuid = nil, filters = nil, offset = nil, limit = nil, order = nil, by = nil) ⇒ DescribeAssetSystemPackageListRequest
constructor
A new instance of DescribeAssetSystemPackageListRequest.
Constructor Details
#initialize(uuid = nil, quuid = nil, filters = nil, offset = nil, limit = nil, order = nil, by = nil) ⇒ DescribeAssetSystemPackageListRequest
Returns a new instance of DescribeAssetSystemPackageListRequest.
9771 9772 9773 9774 9775 9776 9777 9778 9779 |
# File 'lib/v20180228/models.rb', line 9771 def initialize(uuid=nil, quuid=nil, filters=nil, offset=nil, limit=nil, order=nil, by=nil) @Uuid = uuid @Quuid = quuid @Filters = filters @Offset = offset @Limit = limit @Order = order @By = by end |
Instance Attribute Details
#By ⇒ Object
9769 9770 9771 |
# File 'lib/v20180228/models.rb', line 9769 def By @By end |
#Filters ⇒ Object
9769 9770 9771 |
# File 'lib/v20180228/models.rb', line 9769 def Filters @Filters end |
#Limit ⇒ Object
9769 9770 9771 |
# File 'lib/v20180228/models.rb', line 9769 def Limit @Limit end |
#Offset ⇒ Object
9769 9770 9771 |
# File 'lib/v20180228/models.rb', line 9769 def Offset @Offset end |
#Order ⇒ Object
9769 9770 9771 |
# File 'lib/v20180228/models.rb', line 9769 def Order @Order end |
#Quuid ⇒ Object
9769 9770 9771 |
# File 'lib/v20180228/models.rb', line 9769 def Quuid @Quuid end |
#Uuid ⇒ Object
9769 9770 9771 |
# File 'lib/v20180228/models.rb', line 9769 def Uuid @Uuid end |
Instance Method Details
#deserialize(params) ⇒ Object
9781 9782 9783 9784 9785 9786 9787 9788 9789 9790 9791 9792 9793 9794 9795 9796 |
# File 'lib/v20180228/models.rb', line 9781 def deserialize(params) @Uuid = params['Uuid'] @Quuid = params['Quuid'] unless params['Filters'].nil? @Filters = [] params['Filters'].each do |i| filter_tmp = Filter.new filter_tmp.deserialize(i) @Filters << filter_tmp end end @Offset = params['Offset'] @Limit = params['Limit'] @Order = params['Order'] @By = params['By'] end |