Class: TencentCloud::Irp::V20220805::UserIdInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Irp::V20220805::UserIdInfo
- Defined in:
- lib/v20220805/models.rb
Overview
用户ID信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(type = nil, value = nil) ⇒ UserIdInfo
constructor
A new instance of UserIdInfo.
Constructor Details
#initialize(type = nil, value = nil) ⇒ UserIdInfo
Returns a new instance of UserIdInfo.
1053 1054 1055 1056 |
# File 'lib/v20220805/models.rb', line 1053 def initialize(type=nil, value=nil) @Type = type @Value = value end |
Instance Attribute Details
#Type ⇒ Object
1051 1052 1053 |
# File 'lib/v20220805/models.rb', line 1051 def Type @Type end |
#Value ⇒ Object
1051 1052 1053 |
# File 'lib/v20220805/models.rb', line 1051 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
1058 1059 1060 1061 |
# File 'lib/v20220805/models.rb', line 1058 def deserialize(params) @Type = params['Type'] @Value = params['Value'] end |