Class: TencentCloud::Waf::V20180125::UpsertCCAutoStatusResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::UpsertCCAutoStatusResponse
- Defined in:
- lib/v20180125/models.rb
Overview
UpsertCCAutoStatus返回参数结构体
Instance Attribute Summary collapse
-
#Data ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(data = nil, requestid = nil) ⇒ UpsertCCAutoStatusResponse
constructor
A new instance of UpsertCCAutoStatusResponse.
Constructor Details
#initialize(data = nil, requestid = nil) ⇒ UpsertCCAutoStatusResponse
Returns a new instance of UpsertCCAutoStatusResponse.
12790 12791 12792 12793 |
# File 'lib/v20180125/models.rb', line 12790 def initialize(data=nil, requestid=nil) @Data = data @RequestId = requestid end |
Instance Attribute Details
#Data ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
12788 12789 12790 |
# File 'lib/v20180125/models.rb', line 12788 def Data @Data end |
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
12788 12789 12790 |
# File 'lib/v20180125/models.rb', line 12788 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
12795 12796 12797 12798 |
# File 'lib/v20180125/models.rb', line 12795 def deserialize(params) @Data = params['Data'] @RequestId = params['RequestId'] end |