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.
12988 12989 12990 12991 12992 12993 12994 |
# File 'lib/v20190612/models.rb', line 12988 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:用户自定义模板。
12986 12987 12988 |
# File 'lib/v20190612/models.rb', line 12986 def Definitions @Definitions end |
#Limit ⇒ Object
- Preset:系统预置模板;
- Custom:用户自定义模板。
12986 12987 12988 |
# File 'lib/v20190612/models.rb', line 12986 def Limit @Limit end |
#Name ⇒ Object
- Preset:系统预置模板;
- Custom:用户自定义模板。
12986 12987 12988 |
# File 'lib/v20190612/models.rb', line 12986 def Name @Name end |
#Offset ⇒ Object
- Preset:系统预置模板;
- Custom:用户自定义模板。
12986 12987 12988 |
# File 'lib/v20190612/models.rb', line 12986 def Offset @Offset end |
#Type ⇒ Object
- Preset:系统预置模板;
- Custom:用户自定义模板。
12986 12987 12988 |
# File 'lib/v20190612/models.rb', line 12986 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
12996 12997 12998 12999 13000 13001 13002 |
# File 'lib/v20190612/models.rb', line 12996 def deserialize(params) @Definitions = params['Definitions'] @Offset = params['Offset'] @Limit = params['Limit'] @Type = params['Type'] @Name = params['Name'] end |