Class: TencentCloud::Mps::V20190612::DescribeContentReviewTemplatesRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::DescribeContentReviewTemplatesRequest
- Defined in:
- lib/v20190612/models.rb
Overview
DescribeContentReviewTemplates请求参数结构体
Instance Attribute Summary collapse
-
#Definitions ⇒ Object
- Preset:系统预置模板; * Custom:用户自定义模板。.
-
#Limit ⇒ Object
- Preset:系统预置模板; * Custom:用户自定义模板。.
-
#Name ⇒ Object
- Preset:系统预置模板; * Custom:用户自定义模板。.
-
#Offset ⇒ Object
- Preset:系统预置模板; * Custom:用户自定义模板。.
-
#Type ⇒ Object
- Preset:系统预置模板; * Custom:用户自定义模板。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(definitions = nil, offset = nil, limit = nil, type = nil, name = nil) ⇒ DescribeContentReviewTemplatesRequest
constructor
A new instance of DescribeContentReviewTemplatesRequest.
Constructor Details
#initialize(definitions = nil, offset = nil, limit = nil, type = nil, name = nil) ⇒ DescribeContentReviewTemplatesRequest
Returns a new instance of DescribeContentReviewTemplatesRequest.
12250 12251 12252 12253 12254 12255 12256 |
# File 'lib/v20190612/models.rb', line 12250 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
- Preset:系统预置模板;
- Custom:用户自定义模板。
12248 12249 12250 |
# File 'lib/v20190612/models.rb', line 12248 def Definitions @Definitions end |
#Limit ⇒ Object
- Preset:系统预置模板;
- Custom:用户自定义模板。
12248 12249 12250 |
# File 'lib/v20190612/models.rb', line 12248 def Limit @Limit end |
#Name ⇒ Object
- Preset:系统预置模板;
- Custom:用户自定义模板。
12248 12249 12250 |
# File 'lib/v20190612/models.rb', line 12248 def Name @Name end |
#Offset ⇒ Object
- Preset:系统预置模板;
- Custom:用户自定义模板。
12248 12249 12250 |
# File 'lib/v20190612/models.rb', line 12248 def Offset @Offset end |
#Type ⇒ Object
- Preset:系统预置模板;
- Custom:用户自定义模板。
12248 12249 12250 |
# File 'lib/v20190612/models.rb', line 12248 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
12258 12259 12260 12261 12262 12263 12264 |
# File 'lib/v20190612/models.rb', line 12258 def deserialize(params) @Definitions = params['Definitions'] @Offset = params['Offset'] @Limit = params['Limit'] @Type = params['Type'] @Name = params['Name'] end |