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.
3178 3179 3180 3181 3182 3183 3184 3185 |
# File 'lib/v20190116/models.rb', line 3178 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
3176 3177 3178 |
# File 'lib/v20190116/models.rb', line 3176 def AttachType @AttachType end |
#Keyword ⇒ Object
3176 3177 3178 |
# File 'lib/v20190116/models.rb', line 3176 def Keyword @Keyword end |
#Page ⇒ Object
3176 3177 3178 |
# File 'lib/v20190116/models.rb', line 3176 def Page @Page end |
#Rp ⇒ Object
3176 3177 3178 |
# File 'lib/v20190116/models.rb', line 3176 def Rp @Rp end |
#StrategyType ⇒ Object
3176 3177 3178 |
# File 'lib/v20190116/models.rb', line 3176 def StrategyType @StrategyType end |
#TargetUin ⇒ Object
3176 3177 3178 |
# File 'lib/v20190116/models.rb', line 3176 def TargetUin @TargetUin end |
Instance Method Details
#deserialize(params) ⇒ Object
3187 3188 3189 3190 3191 3192 3193 3194 |
# File 'lib/v20190116/models.rb', line 3187 def deserialize(params) @TargetUin = params['TargetUin'] @Rp = params['Rp'] @Page = params['Page'] @AttachType = params['AttachType'] @StrategyType = params['StrategyType'] @Keyword = params['Keyword'] end |