Class: TencentCloud::Cwp::V20180228::ExportAssetInitServiceListRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::ExportAssetInitServiceListRequest
- Defined in:
- lib/v20180228/models.rb
Overview
ExportAssetInitServiceList请求参数结构体
Instance Attribute Summary collapse
-
#By ⇒ Object
- Name- string - 是否必填:否 - 包名
- User- string - 是否必填:否 - 用户
- Status- string - 是否必填:否 - 默认启用状态:0未启用, 1启用 仅linux
- Type- string - 是否必填:否 - 类型:类型 仅windows: 1:编码器 2:IE插件 3:网络提供者 4:镜像劫持 5:LSA提供者 6:KnownDLLs 7:启动执行 8:WMI 9:计划任务 10:Winsock提供者 11:打印监控器 12:资源管理器 13:驱动服务 14:登录
. -
#Filters ⇒ Object
- Name- string - 是否必填:否 - 包名
- User- string - 是否必填:否 - 用户
- Status- string - 是否必填:否 - 默认启用状态:0未启用, 1启用 仅linux
- Type- string - 是否必填:否 - 类型:类型 仅windows: 1:编码器 2:IE插件 3:网络提供者 4:镜像劫持 5:LSA提供者 6:KnownDLLs 7:启动执行 8:WMI 9:计划任务 10:Winsock提供者 11:打印监控器 12:资源管理器 13:驱动服务 14:登录
. -
#Order ⇒ Object
- Name- string - 是否必填:否 - 包名
- User- string - 是否必填:否 - 用户
- Status- string - 是否必填:否 - 默认启用状态:0未启用, 1启用 仅linux
- Type- string - 是否必填:否 - 类型:类型 仅windows: 1:编码器 2:IE插件 3:网络提供者 4:镜像劫持 5:LSA提供者 6:KnownDLLs 7:启动执行 8:WMI 9:计划任务 10:Winsock提供者 11:打印监控器 12:资源管理器 13:驱动服务 14:登录
. -
#Quuid ⇒ Object
- Name- string - 是否必填:否 - 包名
- User- string - 是否必填:否 - 用户
- Status- string - 是否必填:否 - 默认启用状态:0未启用, 1启用 仅linux
- Type- string - 是否必填:否 - 类型:类型 仅windows: 1:编码器 2:IE插件 3:网络提供者 4:镜像劫持 5:LSA提供者 6:KnownDLLs 7:启动执行 8:WMI 9:计划任务 10:Winsock提供者 11:打印监控器 12:资源管理器 13:驱动服务 14:登录
. -
#Uuid ⇒ Object
- Name- string - 是否必填:否 - 包名
- User- string - 是否必填:否 - 用户
- Status- string - 是否必填:否 - 默认启用状态:0未启用, 1启用 仅linux
- Type- string - 是否必填:否 - 类型:类型 仅windows: 1:编码器 2:IE插件 3:网络提供者 4:镜像劫持 5:LSA提供者 6:KnownDLLs 7:启动执行 8:WMI 9:计划任务 10:Winsock提供者 11:打印监控器 12:资源管理器 13:驱动服务 14:登录
.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(uuid = nil, quuid = nil, filters = nil, order = nil, by = nil) ⇒ ExportAssetInitServiceListRequest
constructor
A new instance of ExportAssetInitServiceListRequest.
Constructor Details
#initialize(uuid = nil, quuid = nil, filters = nil, order = nil, by = nil) ⇒ ExportAssetInitServiceListRequest
Returns a new instance of ExportAssetInitServiceListRequest.
25591 25592 25593 25594 25595 25596 25597 |
# File 'lib/v20180228/models.rb', line 25591 def initialize(uuid=nil, quuid=nil, filters=nil, order=nil, by=nil) @Uuid = uuid @Quuid = quuid @Filters = filters @Order = order @By = by end |
Instance Attribute Details
#By ⇒ Object
25589 25590 25591 |
# File 'lib/v20180228/models.rb', line 25589 def By @By end |
#Filters ⇒ Object
25589 25590 25591 |
# File 'lib/v20180228/models.rb', line 25589 def Filters @Filters end |
#Order ⇒ Object
25589 25590 25591 |
# File 'lib/v20180228/models.rb', line 25589 def Order @Order end |
#Quuid ⇒ Object
25589 25590 25591 |
# File 'lib/v20180228/models.rb', line 25589 def Quuid @Quuid end |
#Uuid ⇒ Object
25589 25590 25591 |
# File 'lib/v20180228/models.rb', line 25589 def Uuid @Uuid end |
Instance Method Details
#deserialize(params) ⇒ Object
25599 25600 25601 25602 25603 25604 25605 25606 25607 25608 25609 25610 25611 25612 |
# File 'lib/v20180228/models.rb', line 25599 def deserialize(params) @Uuid = params['Uuid'] @Quuid = params['Quuid'] unless params['Filters'].nil? @Filters = [] params['Filters'].each do |i| assetfilters_tmp = AssetFilters.new assetfilters_tmp.deserialize(i) @Filters << assetfilters_tmp end end @Order = params['Order'] @By = params['By'] end |