Class: TencentCloud::Cam::V20190116::GetUserAppIdResponse

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

Overview

GetUserAppId返回参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(uin = nil, owneruin = nil, appid = nil, requestid = nil) ⇒ GetUserAppIdResponse

Returns a new instance of GetUserAppIdResponse.



2736
2737
2738
2739
2740
2741
# File 'lib/v20190116/models.rb', line 2736

def initialize(uin=nil, owneruin=nil, appid=nil, requestid=nil)
  @Uin = uin
  @OwnerUin = owneruin
  @AppId = appid
  @RequestId = requestid
end

Instance Attribute Details

#AppIdObject

Parameters:

  • Uin:

    当前账号Uin

  • OwnerUin:

    当前账号OwnerUin

  • AppId:

    当前账号AppId

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



2734
2735
2736
# File 'lib/v20190116/models.rb', line 2734

def AppId
  @AppId
end

#OwnerUinObject

Parameters:

  • Uin:

    当前账号Uin

  • OwnerUin:

    当前账号OwnerUin

  • AppId:

    当前账号AppId

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



2734
2735
2736
# File 'lib/v20190116/models.rb', line 2734

def OwnerUin
  @OwnerUin
end

#RequestIdObject

Parameters:

  • Uin:

    当前账号Uin

  • OwnerUin:

    当前账号OwnerUin

  • AppId:

    当前账号AppId

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



2734
2735
2736
# File 'lib/v20190116/models.rb', line 2734

def RequestId
  @RequestId
end

#UinObject

Parameters:

  • Uin:

    当前账号Uin

  • OwnerUin:

    当前账号OwnerUin

  • AppId:

    当前账号AppId

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



2734
2735
2736
# File 'lib/v20190116/models.rb', line 2734

def Uin
  @Uin
end

Instance Method Details

#deserialize(params) ⇒ Object



2743
2744
2745
2746
2747
2748
# File 'lib/v20190116/models.rb', line 2743

def deserialize(params)
  @Uin = params['Uin']
  @OwnerUin = params['OwnerUin']
  @AppId = params['AppId']
  @RequestId = params['RequestId']
end