Class: TencentCloud::Cfw::V20190904::DescribeSourceAssetRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cfw::V20190904::DescribeSourceAssetRequest
- Defined in:
- lib/v20190904/models.rb
Overview
DescribeSourceAsset请求参数结构体
Instance Attribute Summary collapse
- #ChooseType ⇒ Object
- #FuzzySearch ⇒ Object
- #InsType ⇒ Object
- #Limit ⇒ Object
- #Offset ⇒ Object
- #Zone ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(choosetype = nil, fuzzysearch = nil, instype = nil, limit = nil, offset = nil, zone = nil) ⇒ DescribeSourceAssetRequest
constructor
A new instance of DescribeSourceAssetRequest.
Constructor Details
#initialize(choosetype = nil, fuzzysearch = nil, instype = nil, limit = nil, offset = nil, zone = nil) ⇒ DescribeSourceAssetRequest
Returns a new instance of DescribeSourceAssetRequest.
5332 5333 5334 5335 5336 5337 5338 5339 |
# File 'lib/v20190904/models.rb', line 5332 def initialize(choosetype=nil, fuzzysearch=nil, instype=nil, limit=nil, offset=nil, zone=nil) @ChooseType = choosetype @FuzzySearch = fuzzysearch @InsType = instype @Limit = limit @Offset = offset @Zone = zone end |
Instance Attribute Details
#ChooseType ⇒ Object
5330 5331 5332 |
# File 'lib/v20190904/models.rb', line 5330 def ChooseType @ChooseType end |
#FuzzySearch ⇒ Object
5330 5331 5332 |
# File 'lib/v20190904/models.rb', line 5330 def FuzzySearch @FuzzySearch end |
#InsType ⇒ Object
5330 5331 5332 |
# File 'lib/v20190904/models.rb', line 5330 def InsType @InsType end |
#Limit ⇒ Object
5330 5331 5332 |
# File 'lib/v20190904/models.rb', line 5330 def Limit @Limit end |
#Offset ⇒ Object
5330 5331 5332 |
# File 'lib/v20190904/models.rb', line 5330 def Offset @Offset end |
#Zone ⇒ Object
5330 5331 5332 |
# File 'lib/v20190904/models.rb', line 5330 def Zone @Zone end |
Instance Method Details
#deserialize(params) ⇒ Object
5341 5342 5343 5344 5345 5346 5347 5348 |
# File 'lib/v20190904/models.rb', line 5341 def deserialize(params) @ChooseType = params['ChooseType'] @FuzzySearch = params['FuzzySearch'] @InsType = params['InsType'] @Limit = params['Limit'] @Offset = params['Offset'] @Zone = params['Zone'] end |