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
Returns a new instance of DescribeSupportedPrivilegesResponse.
8282 8283 8284 8285 8286 8287 8288 |
# File 'lib/v20170320/models.rb', line 8282 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
8280 8281 8282 |
# File 'lib/v20170320/models.rb', line 8280 def ColumnSupportedPrivileges @ColumnSupportedPrivileges end |
#DatabaseSupportedPrivileges ⇒ Object
8280 8281 8282 |
# File 'lib/v20170320/models.rb', line 8280 def DatabaseSupportedPrivileges @DatabaseSupportedPrivileges end |
#GlobalSupportedPrivileges ⇒ Object
8280 8281 8282 |
# File 'lib/v20170320/models.rb', line 8280 def GlobalSupportedPrivileges @GlobalSupportedPrivileges end |
#RequestId ⇒ Object
8280 8281 8282 |
# File 'lib/v20170320/models.rb', line 8280 def RequestId @RequestId end |
#TableSupportedPrivileges ⇒ Object
8280 8281 8282 |
# File 'lib/v20170320/models.rb', line 8280 def TableSupportedPrivileges @TableSupportedPrivileges end |
Instance Method Details
#deserialize(params) ⇒ Object
8290 8291 8292 8293 8294 8295 8296 |
# File 'lib/v20170320/models.rb', line 8290 def deserialize(params) @GlobalSupportedPrivileges = params['GlobalSupportedPrivileges'] @DatabaseSupportedPrivileges = params['DatabaseSupportedPrivileges'] @TableSupportedPrivileges = params['TableSupportedPrivileges'] @ColumnSupportedPrivileges = params['ColumnSupportedPrivileges'] @RequestId = params['RequestId'] end |