Class: TencentCloud::Cwp::V20180228::ExportAssetWebServiceInfoListRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::ExportAssetWebServiceInfoListRequest
- Defined in:
- lib/v20180228/models.rb
Overview
ExportAssetWebServiceInfoList请求参数结构体
Instance Attribute Summary collapse
-
#By ⇒ Object
- User- string - 是否必填:否 - 运行用户
- Name- string - 是否必填:否 - Web服务名: 1:Tomcat 2:Apache 3:Nginx 4:WebLogic 5:Websphere 6:JBoss 7:WildFly 8:Jetty 9:IHS 10:Tengine
- OsType- string - 是否必填:否 - Windows/linux
. -
#Filters ⇒ Object
- User- string - 是否必填:否 - 运行用户
- Name- string - 是否必填:否 - Web服务名: 1:Tomcat 2:Apache 3:Nginx 4:WebLogic 5:Websphere 6:JBoss 7:WildFly 8:Jetty 9:IHS 10:Tengine
- OsType- string - 是否必填:否 - Windows/linux
. -
#Order ⇒ Object
- User- string - 是否必填:否 - 运行用户
- Name- string - 是否必填:否 - Web服务名: 1:Tomcat 2:Apache 3:Nginx 4:WebLogic 5:Websphere 6:JBoss 7:WildFly 8:Jetty 9:IHS 10:Tengine
- OsType- string - 是否必填:否 - Windows/linux
. -
#Quuid ⇒ Object
- User- string - 是否必填:否 - 运行用户
- Name- string - 是否必填:否 - Web服务名: 1:Tomcat 2:Apache 3:Nginx 4:WebLogic 5:Websphere 6:JBoss 7:WildFly 8:Jetty 9:IHS 10:Tengine
- OsType- string - 是否必填:否 - Windows/linux
.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(quuid = nil, filters = nil, order = nil, by = nil) ⇒ ExportAssetWebServiceInfoListRequest
constructor
A new instance of ExportAssetWebServiceInfoListRequest.
Constructor Details
#initialize(quuid = nil, filters = nil, order = nil, by = nil) ⇒ ExportAssetWebServiceInfoListRequest
Returns a new instance of ExportAssetWebServiceInfoListRequest.
26403 26404 26405 26406 26407 26408 |
# File 'lib/v20180228/models.rb', line 26403 def initialize(quuid=nil, filters=nil, order=nil, by=nil) @Quuid = quuid @Filters = filters @Order = order @By = by end |
Instance Attribute Details
#By ⇒ Object
26401 26402 26403 |
# File 'lib/v20180228/models.rb', line 26401 def By @By end |
#Filters ⇒ Object
26401 26402 26403 |
# File 'lib/v20180228/models.rb', line 26401 def Filters @Filters end |
#Order ⇒ Object
26401 26402 26403 |
# File 'lib/v20180228/models.rb', line 26401 def Order @Order end |
#Quuid ⇒ Object
26401 26402 26403 |
# File 'lib/v20180228/models.rb', line 26401 def Quuid @Quuid end |
Instance Method Details
#deserialize(params) ⇒ Object
26410 26411 26412 26413 26414 26415 26416 26417 26418 26419 26420 26421 26422 |
# File 'lib/v20180228/models.rb', line 26410 def deserialize(params) @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 |