Class: TencentCloud::Ciam::V20220331::ListUserByPropertyRequest

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

Overview

ListUserByProperty请求参数结构体

Instance Attribute Summary collapse

  • #PropertyCode ⇒ Object
  • **phoneNumber**
  • 手机号码
  • **email**
  • 邮箱.
  • #PropertyValue ⇒ Object
  • **phoneNumber**
  • 手机号码
  • **email**
  • 邮箱.
  • #UserStoreId ⇒ Object
  • **phoneNumber**
  • 手机号码
  • **email**
  • 邮箱.

    Instance Method Summary collapse

    Constructor Details

    #initialize(userstoreid = nil, propertycode = nil, propertyvalue = nil, original = nil) ⇒ ListUserByPropertyRequest

    Returns a new instance of ListUserByPropertyRequest.

    
    
    1101
    1102
    1103
    1104
    1105
    1106
    # File 'lib/v20220331/models.rb', line 1101
    
    def initialize(userstoreid=nil, propertycode=nil, propertyvalue=nil, original=nil)
      @UserStoreId = userstoreid
      @PropertyCode = propertycode
      @PropertyValue = propertyvalue
      @Original = original
    end
    

    Instance Attribute Details

    #OriginalObject

  • **phoneNumber**
  • 手机号码
  • **email**
  • 邮箱

    Parameters:

    • PropertyValue:

      属性值

    • Original:

      返回信息是否为原文

    
    
    1099
    1100
    1101
    # File 'lib/v20220331/models.rb', line 1099
    
    def Original
      @Original
    end
    

    #PropertyCodeObject

  • **phoneNumber**
  • 手机号码
  • **email**
  • 邮箱

    Parameters:

    • PropertyValue:

      属性值

    • Original:

      返回信息是否为原文

    
    
    1099
    1100
    1101
    # File 'lib/v20220331/models.rb', line 1099
    
    def PropertyCode
      @PropertyCode
    end
    

    #PropertyValueObject

  • **phoneNumber**
  • 手机号码
  • **email**
  • 邮箱

    Parameters:

    • PropertyValue:

      属性值

    • Original:

      返回信息是否为原文

    
    
    1099
    1100
    1101
    # File 'lib/v20220331/models.rb', line 1099
    
    def PropertyValue
      @PropertyValue
    end
    

    #UserStoreIdObject

  • **phoneNumber**
  • 手机号码
  • **email**
  • 邮箱

    Parameters:

    • PropertyValue:

      属性值

    • Original:

      返回信息是否为原文

    
    
    1099
    1100
    1101
    # File 'lib/v20220331/models.rb', line 1099
    
    def UserStoreId
      @UserStoreId
    end
    

    Instance Method Details

    #deserialize(params) ⇒ Object

    
    
    1108
    1109
    1110
    1111
    1112
    1113
    # File 'lib/v20220331/models.rb', line 1108
    
    def deserialize(params)
      @UserStoreId = params['UserStoreId']
      @PropertyCode = params['PropertyCode']
      @PropertyValue = params['PropertyValue']
      @Original = params['Original']
    end