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.
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
#IdentityId ⇒ Object
4629 4630 4631 |
# File 'lib/v20210331/models.rb', line 4629 def IdentityId @IdentityId end |
#IdentityType ⇒ Object
4629 4630 4631 |
# File 'lib/v20210331/models.rb', line 4629 def IdentityType @IdentityType end |
#Limit ⇒ Object
4629 4630 4631 |
# File 'lib/v20210331/models.rb', line 4629 def Limit @Limit end |
#Offset ⇒ Object
4629 4630 4631 |
# File 'lib/v20210331/models.rb', line 4629 def Offset @Offset end |
#SearchKey ⇒ Object
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 |