Class: TencentCloud::Partners::V20180321::UnbindClientElem

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

Overview

解绑客户信息

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#ActionTimeObject



1932
1933
1934
# File 'lib/v20180321/models.rb', line 1932

def ActionTime
  @ActionTime
end

#ApplyTimeObject



1932
1933
1934
# File 'lib/v20180321/models.rb', line 1932

def ApplyTime
  @ApplyTime
end

#NameObject



1932
1933
1934
# File 'lib/v20180321/models.rb', line 1932

def Name
  @Name
end

#StatusObject



1932
1933
1934
# File 'lib/v20180321/models.rb', line 1932

def Status
  @Status
end

#UinObject



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