Class: TencentCloud::Cam::V20190116::ListAttachedUserAllPoliciesRequest

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190116/models.rb

Overview

ListAttachedUserAllPolicies请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#AttachTypeObject

Parameters:

  • TargetUin:

    目标用户Uin

  • Rp:

    每页数量,必须大于 0 且小于等于 200。

  • Page:

    页码,从 1开始,不能大于 200。

  • AttachType:

    关联类型。0:返回直接关联和随组关联策略,1:只返回直接关联策略,2:只返回随组关联策略。

  • StrategyType:

    策略类型。1表示自定义策略,2表示预设策略。

  • Keyword:

    搜索关键字



3176
3177
3178
# File 'lib/v20190116/models.rb', line 3176

def AttachType
  @AttachType
end

#KeywordObject

Parameters:

  • TargetUin:

    目标用户Uin

  • Rp:

    每页数量,必须大于 0 且小于等于 200。

  • Page:

    页码,从 1开始,不能大于 200。

  • AttachType:

    关联类型。0:返回直接关联和随组关联策略,1:只返回直接关联策略,2:只返回随组关联策略。

  • StrategyType:

    策略类型。1表示自定义策略,2表示预设策略。

  • Keyword:

    搜索关键字



3176
3177
3178
# File 'lib/v20190116/models.rb', line 3176

def Keyword
  @Keyword
end

#PageObject

Parameters:

  • TargetUin:

    目标用户Uin

  • Rp:

    每页数量,必须大于 0 且小于等于 200。

  • Page:

    页码,从 1开始,不能大于 200。

  • AttachType:

    关联类型。0:返回直接关联和随组关联策略,1:只返回直接关联策略,2:只返回随组关联策略。

  • StrategyType:

    策略类型。1表示自定义策略,2表示预设策略。

  • Keyword:

    搜索关键字



3176
3177
3178
# File 'lib/v20190116/models.rb', line 3176

def Page
  @Page
end

#RpObject

Parameters:

  • TargetUin:

    目标用户Uin

  • Rp:

    每页数量,必须大于 0 且小于等于 200。

  • Page:

    页码,从 1开始,不能大于 200。

  • AttachType:

    关联类型。0:返回直接关联和随组关联策略,1:只返回直接关联策略,2:只返回随组关联策略。

  • StrategyType:

    策略类型。1表示自定义策略,2表示预设策略。

  • Keyword:

    搜索关键字



3176
3177
3178
# File 'lib/v20190116/models.rb', line 3176

def Rp
  @Rp
end

#StrategyTypeObject

Parameters:

  • TargetUin:

    目标用户Uin

  • Rp:

    每页数量,必须大于 0 且小于等于 200。

  • Page:

    页码,从 1开始,不能大于 200。

  • AttachType:

    关联类型。0:返回直接关联和随组关联策略,1:只返回直接关联策略,2:只返回随组关联策略。

  • StrategyType:

    策略类型。1表示自定义策略,2表示预设策略。

  • Keyword:

    搜索关键字



3176
3177
3178
# File 'lib/v20190116/models.rb', line 3176

def StrategyType
  @StrategyType
end

#TargetUinObject

Parameters:

  • TargetUin:

    目标用户Uin

  • Rp:

    每页数量,必须大于 0 且小于等于 200。

  • Page:

    页码,从 1开始,不能大于 200。

  • AttachType:

    关联类型。0:返回直接关联和随组关联策略,1:只返回直接关联策略,2:只返回随组关联策略。

  • StrategyType:

    策略类型。1表示自定义策略,2表示预设策略。

  • Keyword:

    搜索关键字



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