Class: TencentCloud::Cdb::V20170320::ModifyAccountPasswordResponse

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

Overview

ModifyAccountPassword返回参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(asyncrequestid = nil, requestid = nil) ⇒ ModifyAccountPasswordResponse

Returns a new instance of ModifyAccountPasswordResponse.



10135
10136
10137
10138
# File 'lib/v20170320/models.rb', line 10135

def initialize(asyncrequestid=nil, requestid=nil)
  @AsyncRequestId = asyncrequestid
  @RequestId = requestid
end

Instance Attribute Details

#AsyncRequestIdObject

Parameters:

  • AsyncRequestId:

    异步任务的请求 ID,可使用此 ID 查询异步任务的执行结果。

  • RequestId:

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



10133
10134
10135
# File 'lib/v20170320/models.rb', line 10133

def AsyncRequestId
  @AsyncRequestId
end

#RequestIdObject

Parameters:

  • AsyncRequestId:

    异步任务的请求 ID,可使用此 ID 查询异步任务的执行结果。

  • RequestId:

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



10133
10134
10135
# File 'lib/v20170320/models.rb', line 10133

def RequestId
  @RequestId
end

Instance Method Details

#deserialize(params) ⇒ Object



10140
10141
10142
10143
# File 'lib/v20170320/models.rb', line 10140

def deserialize(params)
  @AsyncRequestId = params['AsyncRequestId']
  @RequestId = params['RequestId']
end