Class: TencentCloud::Cam::V20190116::ListAttachedUserPoliciesRequest

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

Overview

ListAttachedUserPolicies请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(targetuin = nil, page = nil, rp = nil) ⇒ ListAttachedUserPoliciesRequest

Returns a new instance of ListAttachedUserPoliciesRequest.



3239
3240
3241
3242
3243
# File 'lib/v20190116/models.rb', line 3239

def initialize(targetuin=nil, page=nil, rp=nil)
  @TargetUin = targetuin
  @Page = page
  @Rp = rp
end

Instance Attribute Details

#PageObject

Parameters:

  • TargetUin:

    子账号 uin

  • Page:

    页码,默认值是 1,从 1 开始

  • Rp:

    每页大小,默认值是 20



3237
3238
3239
# File 'lib/v20190116/models.rb', line 3237

def Page
  @Page
end

#RpObject

Parameters:

  • TargetUin:

    子账号 uin

  • Page:

    页码,默认值是 1,从 1 开始

  • Rp:

    每页大小,默认值是 20



3237
3238
3239
# File 'lib/v20190116/models.rb', line 3237

def Rp
  @Rp
end

#TargetUinObject

Parameters:

  • TargetUin:

    子账号 uin

  • Page:

    页码,默认值是 1,从 1 开始

  • Rp:

    每页大小,默认值是 20



3237
3238
3239
# File 'lib/v20190116/models.rb', line 3237

def TargetUin
  @TargetUin
end

Instance Method Details

#deserialize(params) ⇒ Object



3245
3246
3247
3248
3249
# File 'lib/v20190116/models.rb', line 3245

def deserialize(params)
  @TargetUin = params['TargetUin']
  @Page = params['Page']
  @Rp = params['Rp']
end