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.



4769
4770
4771
4772
4773
4774
4775
# File 'lib/v20210331/models.rb', line 4769

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-自定义



4767
4768
4769
# File 'lib/v20210331/models.rb', line 4767

def IdentityId
  @IdentityId
end

#IdentityTypeObject

Parameters:

  • Offset:

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

  • Limit:

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

  • SearchKey:

    名称搜索关键字。

  • IdentityId:

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

  • IdentityType:

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



4767
4768
4769
# File 'lib/v20210331/models.rb', line 4767

def IdentityType
  @IdentityType
end

#LimitObject

Parameters:

  • Offset:

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

  • Limit:

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

  • SearchKey:

    名称搜索关键字。

  • IdentityId:

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

  • IdentityType:

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



4767
4768
4769
# File 'lib/v20210331/models.rb', line 4767

def Limit
  @Limit
end

#OffsetObject

Parameters:

  • Offset:

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

  • Limit:

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

  • SearchKey:

    名称搜索关键字。

  • IdentityId:

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

  • IdentityType:

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



4767
4768
4769
# File 'lib/v20210331/models.rb', line 4767

def Offset
  @Offset
end

#SearchKeyObject

Parameters:

  • Offset:

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

  • Limit:

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

  • SearchKey:

    名称搜索关键字。

  • IdentityId:

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

  • IdentityType:

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



4767
4768
4769
# File 'lib/v20210331/models.rb', line 4767

def SearchKey
  @SearchKey
end

Instance Method Details

#deserialize(params) ⇒ Object



4777
4778
4779
4780
4781
4782
4783
# File 'lib/v20210331/models.rb', line 4777

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