Class: TencentCloud::Cfw::V20190904::DescribeEnterpriseSGRuleProgressResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cfw::V20190904::DescribeEnterpriseSGRuleProgressResponse
- Defined in:
- lib/v20190904/models.rb
Overview
DescribeEnterpriseSGRuleProgress返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(progress = nil, userstopped = nil, requestid = nil) ⇒ DescribeEnterpriseSGRuleProgressResponse
constructor
A new instance of DescribeEnterpriseSGRuleProgressResponse.
Constructor Details
#initialize(progress = nil, userstopped = nil, requestid = nil) ⇒ DescribeEnterpriseSGRuleProgressResponse
Returns a new instance of DescribeEnterpriseSGRuleProgressResponse.
3802 3803 3804 3805 3806 |
# File 'lib/v20190904/models.rb', line 3802 def initialize(progress=nil, userstopped=nil, requestid=nil) @Progress = progress @UserStopped = userstopped @RequestId = requestid end |
Instance Attribute Details
#Progress ⇒ Object
3800 3801 3802 |
# File 'lib/v20190904/models.rb', line 3800 def Progress @Progress end |
#RequestId ⇒ Object
3800 3801 3802 |
# File 'lib/v20190904/models.rb', line 3800 def RequestId @RequestId end |
#UserStopped ⇒ Object
3800 3801 3802 |
# File 'lib/v20190904/models.rb', line 3800 def UserStopped @UserStopped end |
Instance Method Details
#deserialize(params) ⇒ Object
3808 3809 3810 3811 3812 |
# File 'lib/v20190904/models.rb', line 3808 def deserialize(params) @Progress = params['Progress'] @UserStopped = params['UserStopped'] @RequestId = params['RequestId'] end |