Class: TencentCloud::Iss::V20230517::ListDevicesRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iss::V20230517::ListDevicesRequest
- Defined in:
- lib/v20230517/models.rb
Overview
ListDevices请求参数结构体
Instance Attribute Summary collapse
- #AccessProtocol ⇒ Object
- #ClusterId ⇒ Object
- #CurrentUin ⇒ Object
- #IsContainSubLevel ⇒ Object
- #IsContainUser ⇒ Object
- #Keyword ⇒ Object
- #OrganizationId ⇒ Object
- #PageNumber ⇒ Object
- #PageSize ⇒ Object
- #Status ⇒ Object
- #Type ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(organizationid = nil, iscontainsublevel = nil, iscontainuser = nil, accessprotocol = nil, type = nil, status = nil, clusterid = nil, keyword = nil, currentuin = nil, pagenumber = nil, pagesize = nil) ⇒ ListDevicesRequest
constructor
A new instance of ListDevicesRequest.
Constructor Details
#initialize(organizationid = nil, iscontainsublevel = nil, iscontainuser = nil, accessprotocol = nil, type = nil, status = nil, clusterid = nil, keyword = nil, currentuin = nil, pagenumber = nil, pagesize = nil) ⇒ ListDevicesRequest
Returns a new instance of ListDevicesRequest.
4853 4854 4855 4856 4857 4858 4859 4860 4861 4862 4863 4864 4865 |
# File 'lib/v20230517/models.rb', line 4853 def initialize(organizationid=nil, iscontainsublevel=nil, iscontainuser=nil, accessprotocol=nil, type=nil, status=nil, clusterid=nil, keyword=nil, currentuin=nil, pagenumber=nil, pagesize=nil) @OrganizationId = organizationid @IsContainSubLevel = iscontainsublevel @IsContainUser = iscontainuser @AccessProtocol = accessprotocol @Type = type @Status = status @ClusterId = clusterid @Keyword = keyword @CurrentUin = currentuin @PageNumber = pagenumber @PageSize = pagesize end |
Instance Attribute Details
#AccessProtocol ⇒ Object
4851 4852 4853 |
# File 'lib/v20230517/models.rb', line 4851 def AccessProtocol @AccessProtocol end |
#ClusterId ⇒ Object
4851 4852 4853 |
# File 'lib/v20230517/models.rb', line 4851 def ClusterId @ClusterId end |
#CurrentUin ⇒ Object
4851 4852 4853 |
# File 'lib/v20230517/models.rb', line 4851 def CurrentUin @CurrentUin end |
#IsContainSubLevel ⇒ Object
4851 4852 4853 |
# File 'lib/v20230517/models.rb', line 4851 def IsContainSubLevel @IsContainSubLevel end |
#IsContainUser ⇒ Object
4851 4852 4853 |
# File 'lib/v20230517/models.rb', line 4851 def IsContainUser @IsContainUser end |
#Keyword ⇒ Object
4851 4852 4853 |
# File 'lib/v20230517/models.rb', line 4851 def Keyword @Keyword end |
#OrganizationId ⇒ Object
4851 4852 4853 |
# File 'lib/v20230517/models.rb', line 4851 def OrganizationId @OrganizationId end |
#PageNumber ⇒ Object
4851 4852 4853 |
# File 'lib/v20230517/models.rb', line 4851 def PageNumber @PageNumber end |
#PageSize ⇒ Object
4851 4852 4853 |
# File 'lib/v20230517/models.rb', line 4851 def PageSize @PageSize end |
#Status ⇒ Object
4851 4852 4853 |
# File 'lib/v20230517/models.rb', line 4851 def Status @Status end |
#Type ⇒ Object
4851 4852 4853 |
# File 'lib/v20230517/models.rb', line 4851 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
4867 4868 4869 4870 4871 4872 4873 4874 4875 4876 4877 4878 4879 |
# File 'lib/v20230517/models.rb', line 4867 def deserialize(params) @OrganizationId = params['OrganizationId'] @IsContainSubLevel = params['IsContainSubLevel'] @IsContainUser = params['IsContainUser'] @AccessProtocol = params['AccessProtocol'] @Type = params['Type'] @Status = params['Status'] @ClusterId = params['ClusterId'] @Keyword = params['Keyword'] @CurrentUin = params['CurrentUin'] @PageNumber = params['PageNumber'] @PageSize = params['PageSize'] end |