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.



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

#NotifyEmailObject

Parameters:

  • VerifyFlag:

    验证标识

  • NotifyPhone:

    手机通知

  • NotifyEmail:

    邮箱通知

  • NotifyWechat:

    微信通知

  • Tips:

    提示



4146
4147
4148
# File 'lib/v20190116/models.rb', line 4146

def NotifyEmail
  @NotifyEmail
end

#NotifyPhoneObject

Parameters:

  • VerifyFlag:

    验证标识

  • NotifyPhone:

    手机通知

  • NotifyEmail:

    邮箱通知

  • NotifyWechat:

    微信通知

  • Tips:

    提示



4146
4147
4148
# File 'lib/v20190116/models.rb', line 4146

def NotifyPhone
  @NotifyPhone
end

#NotifyWechatObject

Parameters:

  • VerifyFlag:

    验证标识

  • NotifyPhone:

    手机通知

  • NotifyEmail:

    邮箱通知

  • NotifyWechat:

    微信通知

  • Tips:

    提示



4146
4147
4148
# File 'lib/v20190116/models.rb', line 4146

def NotifyWechat
  @NotifyWechat
end

#TipsObject

Parameters:

  • VerifyFlag:

    验证标识

  • NotifyPhone:

    手机通知

  • NotifyEmail:

    邮箱通知

  • NotifyWechat:

    微信通知

  • Tips:

    提示



4146
4147
4148
# File 'lib/v20190116/models.rb', line 4146

def Tips
  @Tips
end

#VerifyFlagObject

Parameters:

  • VerifyFlag:

    验证标识

  • NotifyPhone:

    手机通知

  • NotifyEmail:

    邮箱通知

  • NotifyWechat:

    微信通知

  • Tips:

    提示



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