Class: TencentCloud::Dayu::V20180709::DescribeDDoSDefendStatusResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dayu::V20180709::DescribeDDoSDefendStatusResponse
- Defined in:
- lib/v20180709/models.rb
Overview
DescribeDDoSDefendStatus返回参数结构体
Instance Attribute Summary collapse
-
#DefendStatus ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#ShowFlag ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#UndefendExpire ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(defendstatus = nil, undefendexpire = nil, showflag = nil, requestid = nil) ⇒ DescribeDDoSDefendStatusResponse
constructor
A new instance of DescribeDDoSDefendStatusResponse.
Constructor Details
#initialize(defendstatus = nil, undefendexpire = nil, showflag = nil, requestid = nil) ⇒ DescribeDDoSDefendStatusResponse
Returns a new instance of DescribeDDoSDefendStatusResponse.
3652 3653 3654 3655 3656 3657 |
# File 'lib/v20180709/models.rb', line 3652 def initialize(defendstatus=nil, undefendexpire=nil, showflag=nil, requestid=nil) @DefendStatus = defendstatus @UndefendExpire = undefendexpire @ShowFlag = showflag @RequestId = requestid end |
Instance Attribute Details
#DefendStatus ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
3650 3651 3652 |
# File 'lib/v20180709/models.rb', line 3650 def DefendStatus @DefendStatus end |
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
3650 3651 3652 |
# File 'lib/v20180709/models.rb', line 3650 def RequestId @RequestId end |
#ShowFlag ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
3650 3651 3652 |
# File 'lib/v20180709/models.rb', line 3650 def ShowFlag @ShowFlag end |
#UndefendExpire ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
3650 3651 3652 |
# File 'lib/v20180709/models.rb', line 3650 def UndefendExpire @UndefendExpire end |
Instance Method Details
#deserialize(params) ⇒ Object
3659 3660 3661 3662 3663 3664 |
# File 'lib/v20180709/models.rb', line 3659 def deserialize(params) @DefendStatus = params['DefendStatus'] @UndefendExpire = params['UndefendExpire'] @ShowFlag = params['ShowFlag'] @RequestId = params['RequestId'] end |