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.
4823 4824 4825 4826 4827 4828 4829 4830 |
# File 'lib/v20190904/models.rb', line 4823 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
4821 4822 4823 |
# File 'lib/v20190904/models.rb', line 4821 def ChooseType @ChooseType end |
#FuzzySearch ⇒ Object
4821 4822 4823 |
# File 'lib/v20190904/models.rb', line 4821 def FuzzySearch @FuzzySearch end |
#InsType ⇒ Object
4821 4822 4823 |
# File 'lib/v20190904/models.rb', line 4821 def InsType @InsType end |
#Limit ⇒ Object
4821 4822 4823 |
# File 'lib/v20190904/models.rb', line 4821 def Limit @Limit end |
#Offset ⇒ Object
4821 4822 4823 |
# File 'lib/v20190904/models.rb', line 4821 def Offset @Offset end |
#Zone ⇒ Object
4821 4822 4823 |
# File 'lib/v20190904/models.rb', line 4821 def Zone @Zone end |
Instance Method Details
#deserialize(params) ⇒ Object
4832 4833 4834 4835 4836 4837 4838 4839 |
# File 'lib/v20190904/models.rb', line 4832 def deserialize(params) @ChooseType = params['ChooseType'] @FuzzySearch = params['FuzzySearch'] @InsType = params['InsType'] @Limit = params['Limit'] @Offset = params['Offset'] @Zone = params['Zone'] end |