Class: TencentCloud::Cam::V20190116::OffsiteFlag

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190116/models.rb

Overview

异地登录设置

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#NotifyEmailObject

Parameters:

  • VerifyFlag:

    验证标识

  • NotifyPhone:

    手机通知

  • NotifyEmail:

    邮箱通知

  • NotifyWechat:

    微信通知

  • Tips:

    提示



4189
4190
4191
# File 'lib/v20190116/models.rb', line 4189

def NotifyEmail
  @NotifyEmail
end

#NotifyPhoneObject

Parameters:

  • VerifyFlag:

    验证标识

  • NotifyPhone:

    手机通知

  • NotifyEmail:

    邮箱通知

  • NotifyWechat:

    微信通知

  • Tips:

    提示



4189
4190
4191
# File 'lib/v20190116/models.rb', line 4189

def NotifyPhone
  @NotifyPhone
end

#NotifyWechatObject

Parameters:

  • VerifyFlag:

    验证标识

  • NotifyPhone:

    手机通知

  • NotifyEmail:

    邮箱通知

  • NotifyWechat:

    微信通知

  • Tips:

    提示



4189
4190
4191
# File 'lib/v20190116/models.rb', line 4189

def NotifyWechat
  @NotifyWechat
end

#TipsObject

Parameters:

  • VerifyFlag:

    验证标识

  • NotifyPhone:

    手机通知

  • NotifyEmail:

    邮箱通知

  • NotifyWechat:

    微信通知

  • Tips:

    提示



4189
4190
4191
# File 'lib/v20190116/models.rb', line 4189

def Tips
  @Tips
end

#VerifyFlagObject

Parameters:

  • VerifyFlag:

    验证标识

  • NotifyPhone:

    手机通知

  • NotifyEmail:

    邮箱通知

  • NotifyWechat:

    微信通知

  • Tips:

    提示



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