Class: TencentCloud::Organization::V20210331::ListOrganizationIdentityRequest

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

Overview

ListOrganizationIdentity请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(offset = nil, limit = nil, searchkey = nil, identityid = nil, identitytype = nil) ⇒ ListOrganizationIdentityRequest

Returns a new instance of ListOrganizationIdentityRequest.



4631
4632
4633
4634
4635
4636
4637
# File 'lib/v20210331/models.rb', line 4631

def initialize(offset=nil, limit=nil, searchkey=nil, identityid=nil, identitytype=nil)
  @Offset = offset
  @Limit = limit
  @SearchKey = searchkey
  @IdentityId = identityid
  @IdentityType = identitytype
end

Instance Attribute Details

#IdentityIdObject

Parameters:

  • Offset:

    偏移量。取值是limit的整数倍。默认值 : 0。

  • Limit:

    限制数目。取值范围:1~50。默认值:10。

  • SearchKey:

    名称搜索关键字。

  • IdentityId:

    身份ID。可以通过身份ID搜索

  • IdentityType:

    身份类型。取值范围 1-预设, 2-自定义



4629
4630
4631
# File 'lib/v20210331/models.rb', line 4629

def IdentityId
  @IdentityId
end

#IdentityTypeObject

Parameters:

  • Offset:

    偏移量。取值是limit的整数倍。默认值 : 0。

  • Limit:

    限制数目。取值范围:1~50。默认值:10。

  • SearchKey:

    名称搜索关键字。

  • IdentityId:

    身份ID。可以通过身份ID搜索

  • IdentityType:

    身份类型。取值范围 1-预设, 2-自定义



4629
4630
4631
# File 'lib/v20210331/models.rb', line 4629

def IdentityType
  @IdentityType
end

#LimitObject

Parameters:

  • Offset:

    偏移量。取值是limit的整数倍。默认值 : 0。

  • Limit:

    限制数目。取值范围:1~50。默认值:10。

  • SearchKey:

    名称搜索关键字。

  • IdentityId:

    身份ID。可以通过身份ID搜索

  • IdentityType:

    身份类型。取值范围 1-预设, 2-自定义



4629
4630
4631
# File 'lib/v20210331/models.rb', line 4629

def Limit
  @Limit
end

#OffsetObject

Parameters:

  • Offset:

    偏移量。取值是limit的整数倍。默认值 : 0。

  • Limit:

    限制数目。取值范围:1~50。默认值:10。

  • SearchKey:

    名称搜索关键字。

  • IdentityId:

    身份ID。可以通过身份ID搜索

  • IdentityType:

    身份类型。取值范围 1-预设, 2-自定义



4629
4630
4631
# File 'lib/v20210331/models.rb', line 4629

def Offset
  @Offset
end

#SearchKeyObject

Parameters:

  • Offset:

    偏移量。取值是limit的整数倍。默认值 : 0。

  • Limit:

    限制数目。取值范围:1~50。默认值:10。

  • SearchKey:

    名称搜索关键字。

  • IdentityId:

    身份ID。可以通过身份ID搜索

  • IdentityType:

    身份类型。取值范围 1-预设, 2-自定义



4629
4630
4631
# File 'lib/v20210331/models.rb', line 4629

def SearchKey
  @SearchKey
end

Instance Method Details

#deserialize(params) ⇒ Object



4639
4640
4641
4642
4643
4644
4645
# File 'lib/v20210331/models.rb', line 4639

def deserialize(params)
  @Offset = params['Offset']
  @Limit = params['Limit']
  @SearchKey = params['SearchKey']
  @IdentityId = params['IdentityId']
  @IdentityType = params['IdentityType']
end