Class: TencentCloud::Organization::V20210331::ListTargetsForPolicyRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Organization::V20210331::ListTargetsForPolicyRequest
- Defined in:
- lib/v20210331/models.rb
Overview
ListTargetsForPolicy请求参数结构体
Instance Attribute Summary collapse
- #Keyword ⇒ Object
- #Page ⇒ Object
- #PolicyId ⇒ Object
- #PolicyType ⇒ Object
- #Rp ⇒ Object
- #TargetType ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(policyid = nil, rp = nil, page = nil, targettype = nil, policytype = nil, keyword = nil) ⇒ ListTargetsForPolicyRequest
constructor
A new instance of ListTargetsForPolicyRequest.
Constructor Details
#initialize(policyid = nil, rp = nil, page = nil, targettype = nil, policytype = nil, keyword = nil) ⇒ ListTargetsForPolicyRequest
Returns a new instance of ListTargetsForPolicyRequest.
5360 5361 5362 5363 5364 5365 5366 5367 |
# File 'lib/v20210331/models.rb', line 5360 def initialize(policyid=nil, rp=nil, page=nil, targettype=nil, policytype=nil, keyword=nil) @PolicyId = policyid @Rp = rp @Page = page @TargetType = targettype @PolicyType = policytype @Keyword = keyword end |
Instance Attribute Details
#Keyword ⇒ Object
5358 5359 5360 |
# File 'lib/v20210331/models.rb', line 5358 def Keyword @Keyword end |
#Page ⇒ Object
5358 5359 5360 |
# File 'lib/v20210331/models.rb', line 5358 def Page @Page end |
#PolicyId ⇒ Object
5358 5359 5360 |
# File 'lib/v20210331/models.rb', line 5358 def PolicyId @PolicyId end |
#PolicyType ⇒ Object
5358 5359 5360 |
# File 'lib/v20210331/models.rb', line 5358 def PolicyType @PolicyType end |
#Rp ⇒ Object
5358 5359 5360 |
# File 'lib/v20210331/models.rb', line 5358 def Rp @Rp end |
#TargetType ⇒ Object
5358 5359 5360 |
# File 'lib/v20210331/models.rb', line 5358 def TargetType @TargetType end |
Instance Method Details
#deserialize(params) ⇒ Object
5369 5370 5371 5372 5373 5374 5375 5376 |
# File 'lib/v20210331/models.rb', line 5369 def deserialize(params) @PolicyId = params['PolicyId'] @Rp = params['Rp'] @Page = params['Page'] @TargetType = params['TargetType'] @PolicyType = params['PolicyType'] @Keyword = params['Keyword'] end |