Class: TencentCloud::Iotexplorer::V20190423::GetProjectListRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::GetProjectListRequest
- Defined in:
- lib/v20190423/models.rb
Overview
GetProjectList请求参数结构体
Instance Attribute Summary collapse
- #Includes ⇒ Object
- #InstanceId ⇒ Object
- #Limit ⇒ Object
- #Offset ⇒ Object
- #ProductId ⇒ Object
- #ProjectId ⇒ Object
- #ProjectName ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(offset = nil, limit = nil, instanceid = nil, projectid = nil, productid = nil, includes = nil, projectname = nil) ⇒ GetProjectListRequest
constructor
A new instance of GetProjectListRequest.
Constructor Details
#initialize(offset = nil, limit = nil, instanceid = nil, projectid = nil, productid = nil, includes = nil, projectname = nil) ⇒ GetProjectListRequest
Returns a new instance of GetProjectListRequest.
8881 8882 8883 8884 8885 8886 8887 8888 8889 |
# File 'lib/v20190423/models.rb', line 8881 def initialize(offset=nil, limit=nil, instanceid=nil, projectid=nil, productid=nil, includes=nil, projectname=nil) @Offset = offset @Limit = limit @InstanceId = instanceid @ProjectId = projectid @ProductId = productid @Includes = includes @ProjectName = projectname end |
Instance Attribute Details
#Includes ⇒ Object
8879 8880 8881 |
# File 'lib/v20190423/models.rb', line 8879 def Includes @Includes end |
#InstanceId ⇒ Object
8879 8880 8881 |
# File 'lib/v20190423/models.rb', line 8879 def InstanceId @InstanceId end |
#Limit ⇒ Object
8879 8880 8881 |
# File 'lib/v20190423/models.rb', line 8879 def Limit @Limit end |
#Offset ⇒ Object
8879 8880 8881 |
# File 'lib/v20190423/models.rb', line 8879 def Offset @Offset end |
#ProductId ⇒ Object
8879 8880 8881 |
# File 'lib/v20190423/models.rb', line 8879 def ProductId @ProductId end |
#ProjectId ⇒ Object
8879 8880 8881 |
# File 'lib/v20190423/models.rb', line 8879 def ProjectId @ProjectId end |
#ProjectName ⇒ Object
8879 8880 8881 |
# File 'lib/v20190423/models.rb', line 8879 def ProjectName @ProjectName end |
Instance Method Details
#deserialize(params) ⇒ Object
8891 8892 8893 8894 8895 8896 8897 8898 8899 |
# File 'lib/v20190423/models.rb', line 8891 def deserialize(params) @Offset = params['Offset'] @Limit = params['Limit'] @InstanceId = params['InstanceId'] @ProjectId = params['ProjectId'] @ProductId = params['ProductId'] @Includes = params['Includes'] @ProjectName = params['ProjectName'] end |