Class: TencentCloud::Teo::V20220901::ChallengeActionParameters
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Teo::V20220901::ChallengeActionParameters
- Defined in:
- lib/v20220901/models.rb
Overview
Web 安全 Challenge 挑战的附加参数
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(challengeoption = nil, interval = nil, attesterid = nil) ⇒ ChallengeActionParameters
constructor
A new instance of ChallengeActionParameters.
Constructor Details
#initialize(challengeoption = nil, interval = nil, attesterid = nil) ⇒ ChallengeActionParameters
2840 2841 2842 2843 2844 |
# File 'lib/v20220901/models.rb', line 2840 def initialize(challengeoption=nil, interval=nil, attesterid=nil) @ChallengeOption = challengeoption @Interval = interval @AttesterId = attesterid end |
Instance Attribute Details
#AttesterId ⇒ Object
2838 2839 2840 |
# File 'lib/v20220901/models.rb', line 2838 def AttesterId @AttesterId end |
#ChallengeOption ⇒ Object
2838 2839 2840 |
# File 'lib/v20220901/models.rb', line 2838 def ChallengeOption @ChallengeOption end |
#Interval ⇒ Object
2838 2839 2840 |
# File 'lib/v20220901/models.rb', line 2838 def Interval @Interval end |
Instance Method Details
#deserialize(params) ⇒ Object
2846 2847 2848 2849 2850 |
# File 'lib/v20220901/models.rb', line 2846 def deserialize(params) @ChallengeOption = params['ChallengeOption'] @Interval = params['Interval'] @AttesterId = params['AttesterId'] end |