Class: TencentCloud::Cdb::V20170320::DescribeSupportedPrivilegesResponse

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

Overview

DescribeSupportedPrivileges返回参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(globalsupportedprivileges = nil, databasesupportedprivileges = nil, tablesupportedprivileges = nil, columnsupportedprivileges = nil, requestid = nil) ⇒ DescribeSupportedPrivilegesResponse



8331
8332
8333
8334
8335
8336
8337
# File 'lib/v20170320/models.rb', line 8331

def initialize(globalsupportedprivileges=nil, databasesupportedprivileges=nil, tablesupportedprivileges=nil, columnsupportedprivileges=nil, requestid=nil)
  @GlobalSupportedPrivileges = globalsupportedprivileges
  @DatabaseSupportedPrivileges = databasesupportedprivileges
  @TableSupportedPrivileges = tablesupportedprivileges
  @ColumnSupportedPrivileges = columnsupportedprivileges
  @RequestId = requestid
end

Instance Attribute Details

#ColumnSupportedPrivilegesObject



8329
8330
8331
# File 'lib/v20170320/models.rb', line 8329

def ColumnSupportedPrivileges
  @ColumnSupportedPrivileges
end

#DatabaseSupportedPrivilegesObject



8329
8330
8331
# File 'lib/v20170320/models.rb', line 8329

def DatabaseSupportedPrivileges
  @DatabaseSupportedPrivileges
end

#GlobalSupportedPrivilegesObject



8329
8330
8331
# File 'lib/v20170320/models.rb', line 8329

def GlobalSupportedPrivileges
  @GlobalSupportedPrivileges
end

#RequestIdObject



8329
8330
8331
# File 'lib/v20170320/models.rb', line 8329

def RequestId
  @RequestId
end

#TableSupportedPrivilegesObject



8329
8330
8331
# File 'lib/v20170320/models.rb', line 8329

def TableSupportedPrivileges
  @TableSupportedPrivileges
end

Instance Method Details

#deserialize(params) ⇒ Object



8339
8340
8341
8342
8343
8344
8345
# File 'lib/v20170320/models.rb', line 8339

def deserialize(params)
  @GlobalSupportedPrivileges = params['GlobalSupportedPrivileges']
  @DatabaseSupportedPrivileges = params['DatabaseSupportedPrivileges']
  @TableSupportedPrivileges = params['TableSupportedPrivileges']
  @ColumnSupportedPrivileges = params['ColumnSupportedPrivileges']
  @RequestId = params['RequestId']
end