Class: TencentCloud::Postgres::V20170312::DescribeDatabaseObjectsRequest

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

Overview

DescribeDatabaseObjects请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dbinstanceid = nil, objecttype = nil, limit = nil, offset = nil, databasename = nil, schemaname = nil, tablename = nil) ⇒ DescribeDatabaseObjectsRequest



3540
3541
3542
3543
3544
3545
3546
3547
3548
# File 'lib/v20170312/models.rb', line 3540

def initialize(dbinstanceid=nil, objecttype=nil, limit=nil, offset=nil, databasename=nil, schemaname=nil, tablename=nil)
  @DBInstanceId = dbinstanceid
  @ObjectType = objecttype
  @Limit = limit
  @Offset = offset
  @DatabaseName = databasename
  @SchemaName = schemaname
  @TableName = tablename
end

Instance Attribute Details

#DatabaseNameObject



3538
3539
3540
# File 'lib/v20170312/models.rb', line 3538

def DatabaseName
  @DatabaseName
end

#DBInstanceIdObject



3538
3539
3540
# File 'lib/v20170312/models.rb', line 3538

def DBInstanceId
  @DBInstanceId
end

#LimitObject



3538
3539
3540
# File 'lib/v20170312/models.rb', line 3538

def Limit
  @Limit
end

#ObjectTypeObject



3538
3539
3540
# File 'lib/v20170312/models.rb', line 3538

def ObjectType
  @ObjectType
end

#OffsetObject



3538
3539
3540
# File 'lib/v20170312/models.rb', line 3538

def Offset
  @Offset
end

#SchemaNameObject



3538
3539
3540
# File 'lib/v20170312/models.rb', line 3538

def SchemaName
  @SchemaName
end

#TableNameObject



3538
3539
3540
# File 'lib/v20170312/models.rb', line 3538

def TableName
  @TableName
end

Instance Method Details

#deserialize(params) ⇒ Object



3550
3551
3552
3553
3554
3555
3556
3557
3558
# File 'lib/v20170312/models.rb', line 3550

def deserialize(params)
  @DBInstanceId = params['DBInstanceId']
  @ObjectType = params['ObjectType']
  @Limit = params['Limit']
  @Offset = params['Offset']
  @DatabaseName = params['DatabaseName']
  @SchemaName = params['SchemaName']
  @TableName = params['TableName']
end