Class: TencentCloud::Mps::V20190612::DescribeSnapshotByTimeOffsetTemplatesRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::DescribeSnapshotByTimeOffsetTemplatesRequest
- Defined in:
- lib/v20190612/models.rb
Overview
DescribeSnapshotByTimeOffsetTemplates请求参数结构体
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) ⇒ DescribeSnapshotByTimeOffsetTemplatesRequest
constructor
A new instance of DescribeSnapshotByTimeOffsetTemplatesRequest.
Constructor Details
#initialize(definitions = nil, offset = nil, limit = nil, type = nil, name = nil) ⇒ DescribeSnapshotByTimeOffsetTemplatesRequest
Returns a new instance of DescribeSnapshotByTimeOffsetTemplatesRequest.
14088 14089 14090 14091 14092 14093 14094 |
# File 'lib/v20190612/models.rb', line 14088 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
14086 14087 14088 |
# File 'lib/v20190612/models.rb', line 14086 def Definitions @Definitions end |
#Limit ⇒ Object
14086 14087 14088 |
# File 'lib/v20190612/models.rb', line 14086 def Limit @Limit end |
#Name ⇒ Object
14086 14087 14088 |
# File 'lib/v20190612/models.rb', line 14086 def Name @Name end |
#Offset ⇒ Object
14086 14087 14088 |
# File 'lib/v20190612/models.rb', line 14086 def Offset @Offset end |
#Type ⇒ Object
14086 14087 14088 |
# File 'lib/v20190612/models.rb', line 14086 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
14096 14097 14098 14099 14100 14101 14102 |
# File 'lib/v20190612/models.rb', line 14096 def deserialize(params) @Definitions = params['Definitions'] @Offset = params['Offset'] @Limit = params['Limit'] @Type = params['Type'] @Name = params['Name'] end |