Class: TencentCloud::Cam::V20190116::LoginActionFlagIntl
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cam::V20190116::LoginActionFlagIntl
- Defined in:
- lib/v20190116/models.rb
Overview
登录和敏感操作flag
Instance Attribute Summary collapse
-
#Custom ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Mail ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Phone ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Stoken ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Token ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#U2FToken ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Wechat ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(phone = nil, token = nil, stoken = nil, wechat = nil, custom = nil, mail = nil, u2ftoken = nil) ⇒ LoginActionFlagIntl
constructor
A new instance of LoginActionFlagIntl.
Constructor Details
#initialize(phone = nil, token = nil, stoken = nil, wechat = nil, custom = nil, mail = nil, u2ftoken = nil) ⇒ LoginActionFlagIntl
Returns a new instance of LoginActionFlagIntl.
4088 4089 4090 4091 4092 4093 4094 4095 4096 |
# File 'lib/v20190116/models.rb', line 4088 def initialize(phone=nil, token=nil, stoken=nil, wechat=nil, custom=nil, mail=nil, u2ftoken=nil) @Phone = phone @Token = token @Stoken = stoken @Wechat = wechat @Custom = custom @Mail = mail @U2FToken = u2ftoken end |
Instance Attribute Details
#Custom ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
4086 4087 4088 |
# File 'lib/v20190116/models.rb', line 4086 def Custom @Custom end |
#Mail ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
4086 4087 4088 |
# File 'lib/v20190116/models.rb', line 4086 def Mail @Mail end |
#Phone ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
4086 4087 4088 |
# File 'lib/v20190116/models.rb', line 4086 def Phone @Phone end |
#Stoken ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
4086 4087 4088 |
# File 'lib/v20190116/models.rb', line 4086 def Stoken @Stoken end |
#Token ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
4086 4087 4088 |
# File 'lib/v20190116/models.rb', line 4086 def Token @Token end |
#U2FToken ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
4086 4087 4088 |
# File 'lib/v20190116/models.rb', line 4086 def U2FToken @U2FToken end |
#Wechat ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
4086 4087 4088 |
# File 'lib/v20190116/models.rb', line 4086 def Wechat @Wechat end |
Instance Method Details
#deserialize(params) ⇒ Object
4098 4099 4100 4101 4102 4103 4104 4105 4106 |
# File 'lib/v20190116/models.rb', line 4098 def deserialize(params) @Phone = params['Phone'] @Token = params['Token'] @Stoken = params['Stoken'] @Wechat = params['Wechat'] @Custom = params['Custom'] @Mail = params['Mail'] @U2FToken = params['U2FToken'] end |