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.
3914 3915 3916 3917 |
# File 'lib/v20180411/models.rb', line 3914 def initialize(product=nil, projectid=nil) @Product = product @ProjectId = projectid end |
Instance Attribute Details
#Product ⇒ Object
3912 3913 3914 |
# File 'lib/v20180411/models.rb', line 3912 def Product @Product end |
#ProjectId ⇒ Object
3912 3913 3914 |
# File 'lib/v20180411/models.rb', line 3912 def ProjectId @ProjectId end |
Instance Method Details
#deserialize(params) ⇒ Object
3919 3920 3921 3922 |
# File 'lib/v20180411/models.rb', line 3919 def deserialize(params) @Product = params['Product'] @ProjectId = params['ProjectId'] end |