Class: TencentCloud::Cdb::V20170320::DescribeSupportedPrivilegesResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdb::V20170320::DescribeSupportedPrivilegesResponse
- Defined in:
- lib/v20170320/models.rb
Overview
DescribeSupportedPrivileges返回参数结构体
Instance Attribute Summary collapse
- #ColumnSupportedPrivileges ⇒ Object
- #DatabaseSupportedPrivileges ⇒ Object
- #GlobalSupportedPrivileges ⇒ Object
- #RequestId ⇒ Object
- #TableSupportedPrivileges ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(globalsupportedprivileges = nil, databasesupportedprivileges = nil, tablesupportedprivileges = nil, columnsupportedprivileges = nil, requestid = nil) ⇒ DescribeSupportedPrivilegesResponse
constructor
A new instance of DescribeSupportedPrivilegesResponse.
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
#ColumnSupportedPrivileges ⇒ Object
8329 8330 8331 |
# File 'lib/v20170320/models.rb', line 8329 def ColumnSupportedPrivileges @ColumnSupportedPrivileges end |
#DatabaseSupportedPrivileges ⇒ Object
8329 8330 8331 |
# File 'lib/v20170320/models.rb', line 8329 def DatabaseSupportedPrivileges @DatabaseSupportedPrivileges end |
#GlobalSupportedPrivileges ⇒ Object
8329 8330 8331 |
# File 'lib/v20170320/models.rb', line 8329 def GlobalSupportedPrivileges @GlobalSupportedPrivileges end |
#RequestId ⇒ Object
8329 8330 8331 |
# File 'lib/v20170320/models.rb', line 8329 def RequestId @RequestId end |
#TableSupportedPrivileges ⇒ Object
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 |