Class: TencentCloud::Organization::V20210331::ListOrganizationIdentityRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Organization::V20210331::ListOrganizationIdentityRequest
- Defined in:
- lib/v20210331/models.rb
Overview
ListOrganizationIdentity请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(offset = nil, limit = nil, searchkey = nil, identityid = nil, identitytype = nil) ⇒ ListOrganizationIdentityRequest
constructor
A new instance of ListOrganizationIdentityRequest.
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
#IdentityId ⇒ Object
4767 4768 4769 |
# File 'lib/v20210331/models.rb', line 4767 def IdentityId @IdentityId end |
#IdentityType ⇒ Object
4767 4768 4769 |
# File 'lib/v20210331/models.rb', line 4767 def IdentityType @IdentityType end |
#Limit ⇒ Object
4767 4768 4769 |
# File 'lib/v20210331/models.rb', line 4767 def Limit @Limit end |
#Offset ⇒ Object
4767 4768 4769 |
# File 'lib/v20210331/models.rb', line 4767 def Offset @Offset end |
#SearchKey ⇒ Object
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 |