Class: TencentCloud::Mps::V20190612::DescribeSampleSnapshotTemplatesRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::DescribeSampleSnapshotTemplatesRequest
- Defined in:
- lib/v20190612/models.rb
Overview
DescribeSampleSnapshotTemplates请求参数结构体
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) ⇒ DescribeSampleSnapshotTemplatesRequest
constructor
A new instance of DescribeSampleSnapshotTemplatesRequest.
Constructor Details
#initialize(definitions = nil, offset = nil, limit = nil, type = nil, name = nil) ⇒ DescribeSampleSnapshotTemplatesRequest
Returns a new instance of DescribeSampleSnapshotTemplatesRequest.
13811 13812 13813 13814 13815 13816 13817 |
# File 'lib/v20190612/models.rb', line 13811 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
13809 13810 13811 |
# File 'lib/v20190612/models.rb', line 13809 def Definitions @Definitions end |
#Limit ⇒ Object
13809 13810 13811 |
# File 'lib/v20190612/models.rb', line 13809 def Limit @Limit end |
#Name ⇒ Object
13809 13810 13811 |
# File 'lib/v20190612/models.rb', line 13809 def Name @Name end |
#Offset ⇒ Object
13809 13810 13811 |
# File 'lib/v20190612/models.rb', line 13809 def Offset @Offset end |
#Type ⇒ Object
13809 13810 13811 |
# File 'lib/v20190612/models.rb', line 13809 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
13819 13820 13821 13822 13823 13824 13825 |
# File 'lib/v20190612/models.rb', line 13819 def deserialize(params) @Definitions = params['Definitions'] @Offset = params['Offset'] @Limit = params['Limit'] @Type = params['Type'] @Name = params['Name'] end |