Class: TencentCloud::Ciam::V20220331::UpdateUserStatusRequest

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

Overview

UpdateUserStatus请求参数结构体

Instance Attribute Summary collapse

  • #UserId ⇒ Object
  • **NORMAL**
  • 正常
  • **LOCK**
  • 锁定
  • **FREEZE**
  • 冻结.
  • #UserStoreId ⇒ Object
  • **NORMAL**
  • 正常
  • **LOCK**
  • 锁定
  • **FREEZE**
  • 冻结.

    Instance Method Summary collapse

    Constructor Details

    #initialize(userstoreid = nil, userid = nil, status = nil) ⇒ UpdateUserStatusRequest

    Returns a new instance of UpdateUserStatusRequest.

    
    
    1821
    1822
    1823
    1824
    1825
    # File 'lib/v20220331/models.rb', line 1821
    
    def initialize(userstoreid=nil, userid=nil, status=nil)
      @UserStoreId = userstoreid
      @UserId = userid
      @Status = status
    end

    Instance Attribute Details

    #StatusObject

  • **NORMAL**
  • 正常
  • **LOCK**
  • 锁定
  • **FREEZE**
  • 冻结
    
    
    1819
    1820
    1821
    # File 'lib/v20220331/models.rb', line 1819
    
    def Status
      @Status
    end

    #UserIdObject

  • **NORMAL**
  • 正常
  • **LOCK**
  • 锁定
  • **FREEZE**
  • 冻结
    
    
    1819
    1820
    1821
    # File 'lib/v20220331/models.rb', line 1819
    
    def UserId
      @UserId
    end

    #UserStoreIdObject

  • **NORMAL**
  • 正常
  • **LOCK**
  • 锁定
  • **FREEZE**
  • 冻结
    
    
    1819
    1820
    1821
    # File 'lib/v20220331/models.rb', line 1819
    
    def UserStoreId
      @UserStoreId
    end

    Instance Method Details

    #deserialize(params) ⇒ Object

    
    
    1827
    1828
    1829
    1830
    1831
    # File 'lib/v20220331/models.rb', line 1827
    
    def deserialize(params)
      @UserStoreId = params['UserStoreId']
      @UserId = params['UserId']
      @Status = params['Status']
    end