Class: TencentCloud::Cam::V20190116::ListAttachedUserAllPoliciesRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cam::V20190116::ListAttachedUserAllPoliciesRequest
- Defined in:
- lib/v20190116/models.rb
Overview
ListAttachedUserAllPolicies请求参数结构体
Instance Attribute Summary collapse
- #AttachType ⇒ Object
- #Keyword ⇒ Object
- #Page ⇒ Object
- #Rp ⇒ Object
- #StrategyType ⇒ Object
- #TargetUin ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(targetuin = nil, rp = nil, page = nil, attachtype = nil, strategytype = nil, keyword = nil) ⇒ ListAttachedUserAllPoliciesRequest
constructor
A new instance of ListAttachedUserAllPoliciesRequest.
Constructor Details
#initialize(targetuin = nil, rp = nil, page = nil, attachtype = nil, strategytype = nil, keyword = nil) ⇒ ListAttachedUserAllPoliciesRequest
Returns a new instance of ListAttachedUserAllPoliciesRequest.
3227 3228 3229 3230 3231 3232 3233 3234 |
# File 'lib/v20190116/models.rb', line 3227 def initialize(targetuin=nil, rp=nil, page=nil, attachtype=nil, strategytype=nil, keyword=nil) @TargetUin = targetuin @Rp = rp @Page = page @AttachType = attachtype @StrategyType = strategytype @Keyword = keyword end |
Instance Attribute Details
#AttachType ⇒ Object
3225 3226 3227 |
# File 'lib/v20190116/models.rb', line 3225 def AttachType @AttachType end |
#Keyword ⇒ Object
3225 3226 3227 |
# File 'lib/v20190116/models.rb', line 3225 def Keyword @Keyword end |
#Page ⇒ Object
3225 3226 3227 |
# File 'lib/v20190116/models.rb', line 3225 def Page @Page end |
#Rp ⇒ Object
3225 3226 3227 |
# File 'lib/v20190116/models.rb', line 3225 def Rp @Rp end |
#StrategyType ⇒ Object
3225 3226 3227 |
# File 'lib/v20190116/models.rb', line 3225 def StrategyType @StrategyType end |
#TargetUin ⇒ Object
3225 3226 3227 |
# File 'lib/v20190116/models.rb', line 3225 def TargetUin @TargetUin end |
Instance Method Details
#deserialize(params) ⇒ Object
3236 3237 3238 3239 3240 3241 3242 3243 |
# File 'lib/v20190116/models.rb', line 3236 def deserialize(params) @TargetUin = params['TargetUin'] @Rp = params['Rp'] @Page = params['Page'] @AttachType = params['AttachType'] @StrategyType = params['StrategyType'] @Keyword = params['Keyword'] end |