Class: TencentCloud::Partners::V20180321::UnbindClientElem
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Partners::V20180321::UnbindClientElem
- Defined in:
- lib/v20180321/models.rb
Overview
解绑客户信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(uin = nil, name = nil, status = nil, applytime = nil, actiontime = nil) ⇒ UnbindClientElem
constructor
A new instance of UnbindClientElem.
Constructor Details
#initialize(uin = nil, name = nil, status = nil, applytime = nil, actiontime = nil) ⇒ UnbindClientElem
1934 1935 1936 1937 1938 1939 1940 |
# File 'lib/v20180321/models.rb', line 1934 def initialize(uin=nil, name=nil, status=nil, applytime=nil, actiontime=nil) @Uin = uin @Name = name @Status = status @ApplyTime = applytime @ActionTime = actiontime end |
Instance Attribute Details
#ActionTime ⇒ Object
1932 1933 1934 |
# File 'lib/v20180321/models.rb', line 1932 def ActionTime @ActionTime end |
#ApplyTime ⇒ Object
1932 1933 1934 |
# File 'lib/v20180321/models.rb', line 1932 def ApplyTime @ApplyTime end |
#Name ⇒ Object
1932 1933 1934 |
# File 'lib/v20180321/models.rb', line 1932 def Name @Name end |
#Status ⇒ Object
1932 1933 1934 |
# File 'lib/v20180321/models.rb', line 1932 def Status @Status end |
#Uin ⇒ Object
1932 1933 1934 |
# File 'lib/v20180321/models.rb', line 1932 def Uin @Uin end |
Instance Method Details
#deserialize(params) ⇒ Object
1942 1943 1944 1945 1946 1947 1948 |
# File 'lib/v20180321/models.rb', line 1942 def deserialize(params) @Uin = params['Uin'] @Name = params['Name'] @Status = params['Status'] @ApplyTime = params['ApplyTime'] @ActionTime = params['ActionTime'] end |