Class: TencentCloud::Dcdb::V20180411::DescribeAccountPrivilegesRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dcdb::V20180411::DescribeAccountPrivilegesRequest
- Defined in:
- lib/v20180411/models.rb
Overview
DescribeAccountPrivileges请求参数结构体
Instance Attribute Summary collapse
- #ColName ⇒ Object
- #DbName ⇒ Object
- #Host ⇒ Object
- #InstanceId ⇒ Object
- #Object ⇒ Object
- #Type ⇒ Object
- #UserName ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, username = nil, host = nil, dbname = nil, type = nil, object = nil, colname = nil) ⇒ DescribeAccountPrivilegesRequest
constructor
A new instance of DescribeAccountPrivilegesRequest.
Constructor Details
#initialize(instanceid = nil, username = nil, host = nil, dbname = nil, type = nil, object = nil, colname = nil) ⇒ DescribeAccountPrivilegesRequest
Returns a new instance of DescribeAccountPrivilegesRequest.
1961 1962 1963 1964 1965 1966 1967 1968 1969 |
# File 'lib/v20180411/models.rb', line 1961 def initialize(instanceid=nil, username=nil, host=nil, dbname=nil, type=nil, object=nil, colname=nil) @InstanceId = instanceid @UserName = username @Host = host @DbName = dbname @Type = type @Object = object @ColName = colname end |
Instance Attribute Details
#ColName ⇒ Object
1959 1960 1961 |
# File 'lib/v20180411/models.rb', line 1959 def ColName @ColName end |
#InstanceId ⇒ Object
1959 1960 1961 |
# File 'lib/v20180411/models.rb', line 1959 def InstanceId @InstanceId end |
#UserName ⇒ Object
1959 1960 1961 |
# File 'lib/v20180411/models.rb', line 1959 def UserName @UserName end |
Instance Method Details
#deserialize(params) ⇒ Object
1971 1972 1973 1974 1975 1976 1977 1978 1979 |
# File 'lib/v20180411/models.rb', line 1971 def deserialize(params) @InstanceId = params['InstanceId'] @UserName = params['UserName'] @Host = params['Host'] @DbName = params['DbName'] @Type = params['Type'] @Object = params['Object'] @ColName = params['ColName'] end |