Class: TencentCloud::Mps::V20190612::DescribeQualityControlTemplatesRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::DescribeQualityControlTemplatesRequest
- Defined in:
- lib/v20190612/models.rb
Overview
DescribeQualityControlTemplates请求参数结构体
Instance Attribute Summary collapse
-
#Definitions ⇒ Object
- 默认值:10;
- 最大值:100。
. -
#Limit ⇒ Object
- 默认值:10;
- 最大值:100。
. -
#Name ⇒ Object
- 默认值:10;
- 最大值:100。
. -
#Offset ⇒ Object
- 默认值:10;
- 最大值:100。
. -
#Type ⇒ Object
- 默认值:10;
- 最大值:100。
.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(definitions = nil, offset = nil, limit = nil, type = nil, name = nil) ⇒ DescribeQualityControlTemplatesRequest
constructor
A new instance of DescribeQualityControlTemplatesRequest.
Constructor Details
#initialize(definitions = nil, offset = nil, limit = nil, type = nil, name = nil) ⇒ DescribeQualityControlTemplatesRequest
Returns a new instance of DescribeQualityControlTemplatesRequest.
13707 13708 13709 13710 13711 13712 13713 |
# File 'lib/v20190612/models.rb', line 13707 def initialize(definitions=nil, offset=nil, limit=nil, type=nil, name=nil) @Definitions = definitions @Offset = offset @Limit = limit @Type = type @Name = name end |
Instance Attribute Details
#Definitions ⇒ Object
13705 13706 13707 |
# File 'lib/v20190612/models.rb', line 13705 def Definitions @Definitions end |
#Limit ⇒ Object
13705 13706 13707 |
# File 'lib/v20190612/models.rb', line 13705 def Limit @Limit end |
#Name ⇒ Object
13705 13706 13707 |
# File 'lib/v20190612/models.rb', line 13705 def Name @Name end |
#Offset ⇒ Object
13705 13706 13707 |
# File 'lib/v20190612/models.rb', line 13705 def Offset @Offset end |
#Type ⇒ Object
13705 13706 13707 |
# File 'lib/v20190612/models.rb', line 13705 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
13715 13716 13717 13718 13719 13720 13721 |
# File 'lib/v20190612/models.rb', line 13715 def deserialize(params) @Definitions = params['Definitions'] @Offset = params['Offset'] @Limit = params['Limit'] @Type = params['Type'] @Name = params['Name'] end |