Class: TencentCloud::Postgres::V20170312::RefreshAccountPasswordRequest

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

Overview

RefreshAccountPassword请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dbinstanceid = nil, username = nil) ⇒ RefreshAccountPasswordRequest

Returns a new instance of RefreshAccountPasswordRequest.



6938
6939
6940
6941
# File 'lib/v20170312/models.rb', line 6938

def initialize(dbinstanceid=nil, username=nil)
  @DBInstanceId = dbinstanceid
  @UserName = username
end

Instance Attribute Details

#DBInstanceIdObject

Parameters:

  • DBInstanceId:

    实例ID

  • UserName:

    账号名称



6936
6937
6938
# File 'lib/v20170312/models.rb', line 6936

def DBInstanceId
  @DBInstanceId
end

#UserNameObject

Parameters:

  • DBInstanceId:

    实例ID

  • UserName:

    账号名称



6936
6937
6938
# File 'lib/v20170312/models.rb', line 6936

def UserName
  @UserName
end

Instance Method Details

#deserialize(params) ⇒ Object



6943
6944
6945
6946
# File 'lib/v20170312/models.rb', line 6943

def deserialize(params)
  @DBInstanceId = params['DBInstanceId']
  @UserName = params['UserName']
end