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.
4148 4149 4150 4151 4152 4153 4154 |
# File 'lib/v20190116/models.rb', line 4148 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
4146 4147 4148 |
# File 'lib/v20190116/models.rb', line 4146 def NotifyEmail @NotifyEmail end |
#NotifyPhone ⇒ Object
4146 4147 4148 |
# File 'lib/v20190116/models.rb', line 4146 def NotifyPhone @NotifyPhone end |
#NotifyWechat ⇒ Object
4146 4147 4148 |
# File 'lib/v20190116/models.rb', line 4146 def NotifyWechat @NotifyWechat end |
#Tips ⇒ Object
4146 4147 4148 |
# File 'lib/v20190116/models.rb', line 4146 def Tips @Tips end |
#VerifyFlag ⇒ Object
4146 4147 4148 |
# File 'lib/v20190116/models.rb', line 4146 def VerifyFlag @VerifyFlag end |
Instance Method Details
#deserialize(params) ⇒ Object
4156 4157 4158 4159 4160 4161 4162 |
# File 'lib/v20190116/models.rb', line 4156 def deserialize(params) @VerifyFlag = params['VerifyFlag'] @NotifyPhone = params['NotifyPhone'] @NotifyEmail = params['NotifyEmail'] @NotifyWechat = params['NotifyWechat'] @Tips = params['Tips'] end |