Class: TencentCloud::Cam::V20190116::OffsiteFlag
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cam::V20190116::OffsiteFlag
- Defined in:
- lib/v20190116/models.rb
Overview
异地登录设置
Instance Attribute Summary collapse
- #NotifyEmail ⇒ Object
- #NotifyPhone ⇒ Object
- #NotifyWechat ⇒ Object
- #Tips ⇒ Object
- #VerifyFlag ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(verifyflag = nil, notifyphone = nil, notifyemail = nil, notifywechat = nil, tips = nil) ⇒ OffsiteFlag
constructor
A new instance of OffsiteFlag.
Constructor Details
#initialize(verifyflag = nil, notifyphone = nil, notifyemail = nil, notifywechat = nil, tips = nil) ⇒ OffsiteFlag
Returns a new instance of OffsiteFlag.
4191 4192 4193 4194 4195 4196 4197 |
# File 'lib/v20190116/models.rb', line 4191 def initialize(verifyflag=nil, notifyphone=nil, notifyemail=nil, notifywechat=nil, tips=nil) @VerifyFlag = verifyflag @NotifyPhone = notifyphone @NotifyEmail = notifyemail @NotifyWechat = notifywechat @Tips = tips end |
Instance Attribute Details
#NotifyEmail ⇒ Object
4189 4190 4191 |
# File 'lib/v20190116/models.rb', line 4189 def NotifyEmail @NotifyEmail end |
#NotifyPhone ⇒ Object
4189 4190 4191 |
# File 'lib/v20190116/models.rb', line 4189 def NotifyPhone @NotifyPhone end |
#NotifyWechat ⇒ Object
4189 4190 4191 |
# File 'lib/v20190116/models.rb', line 4189 def NotifyWechat @NotifyWechat end |
#Tips ⇒ Object
4189 4190 4191 |
# File 'lib/v20190116/models.rb', line 4189 def Tips @Tips end |
#VerifyFlag ⇒ Object
4189 4190 4191 |
# File 'lib/v20190116/models.rb', line 4189 def VerifyFlag @VerifyFlag end |
Instance Method Details
#deserialize(params) ⇒ Object
4199 4200 4201 4202 4203 4204 4205 |
# File 'lib/v20190116/models.rb', line 4199 def deserialize(params) @VerifyFlag = params['VerifyFlag'] @NotifyPhone = params['NotifyPhone'] @NotifyEmail = params['NotifyEmail'] @NotifyWechat = params['NotifyWechat'] @Tips = params['Tips'] end |