Class: TencentCloud::Dcdb::V20180411::DescribeProjectSecurityGroupsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dcdb::V20180411::DescribeProjectSecurityGroupsRequest
- Defined in:
- lib/v20180411/models.rb
Overview
DescribeProjectSecurityGroups请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(product = nil, projectid = nil) ⇒ DescribeProjectSecurityGroupsRequest
constructor
A new instance of DescribeProjectSecurityGroupsRequest.
Constructor Details
#initialize(product = nil, projectid = nil) ⇒ DescribeProjectSecurityGroupsRequest
Returns a new instance of DescribeProjectSecurityGroupsRequest.
4073 4074 4075 4076 |
# File 'lib/v20180411/models.rb', line 4073 def initialize(product=nil, projectid=nil) @Product = product @ProjectId = projectid end |
Instance Attribute Details
#Product ⇒ Object
4071 4072 4073 |
# File 'lib/v20180411/models.rb', line 4071 def Product @Product end |
#ProjectId ⇒ Object
4071 4072 4073 |
# File 'lib/v20180411/models.rb', line 4071 def ProjectId @ProjectId end |
Instance Method Details
#deserialize(params) ⇒ Object
4078 4079 4080 4081 |
# File 'lib/v20180411/models.rb', line 4078 def deserialize(params) @Product = params['Product'] @ProjectId = params['ProjectId'] end |