Class: TencentCloud::Mps::V20190612::DescribeLiveRecordTemplatesRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::DescribeLiveRecordTemplatesRequest
- Defined in:
- lib/v20190612/models.rb
Overview
DescribeLiveRecordTemplates请求参数结构体
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) ⇒ DescribeLiveRecordTemplatesRequest
constructor
A new instance of DescribeLiveRecordTemplatesRequest.
Constructor Details
#initialize(definitions = nil, offset = nil, limit = nil, type = nil, name = nil) ⇒ DescribeLiveRecordTemplatesRequest
Returns a new instance of DescribeLiveRecordTemplatesRequest.
12909 12910 12911 12912 12913 12914 12915 |
# File 'lib/v20190612/models.rb', line 12909 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:用户自定义模板。
12907 12908 12909 |
# File 'lib/v20190612/models.rb', line 12907 def Definitions @Definitions end |
#Limit ⇒ Object
-
Preset:系统预置模板;
-
Custom:用户自定义模板。
12907 12908 12909 |
# File 'lib/v20190612/models.rb', line 12907 def Limit @Limit end |
#Name ⇒ Object
-
Preset:系统预置模板;
-
Custom:用户自定义模板。
12907 12908 12909 |
# File 'lib/v20190612/models.rb', line 12907 def Name @Name end |
#Offset ⇒ Object
-
Preset:系统预置模板;
-
Custom:用户自定义模板。
12907 12908 12909 |
# File 'lib/v20190612/models.rb', line 12907 def Offset @Offset end |
#Type ⇒ Object
-
Preset:系统预置模板;
-
Custom:用户自定义模板。
12907 12908 12909 |
# File 'lib/v20190612/models.rb', line 12907 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
12917 12918 12919 12920 12921 12922 12923 |
# File 'lib/v20190612/models.rb', line 12917 def deserialize(params) @Definitions = params['Definitions'] @Offset = params['Offset'] @Limit = params['Limit'] @Type = params['Type'] @Name = params['Name'] end |