Class: TencentCloud::Yinsuda::V20220527::TimeRange
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Yinsuda::V20220527::TimeRange
- Defined in:
- lib/v20220527/models.rb
Overview
时间范围
Instance Attribute Summary collapse
-
#After ⇒ Object
<li>格式按照 ISO 8601标准表示,详见 <a href=“cloud.tencent.com/document/product/266/11732#I” target=“_blank”>ISO 日期格式说明</a>。</li> <li>格式按照 ISO 8601标准表示,详见 <a href=“cloud.tencent.com/document/product/266/11732#I” target=“_blank”>ISO 日期格式说明</a>。</li>.
-
#Before ⇒ Object
<li>格式按照 ISO 8601标准表示,详见 <a href=“cloud.tencent.com/document/product/266/11732#I” target=“_blank”>ISO 日期格式说明</a>。</li> <li>格式按照 ISO 8601标准表示,详见 <a href=“cloud.tencent.com/document/product/266/11732#I” target=“_blank”>ISO 日期格式说明</a>。</li>.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(before = nil, after = nil) ⇒ TimeRange
constructor
A new instance of TimeRange.
Constructor Details
#initialize(before = nil, after = nil) ⇒ TimeRange
Returns a new instance of TimeRange.
2148 2149 2150 2151 |
# File 'lib/v20220527/models.rb', line 2148 def initialize(before=nil, after=nil) @Before = before @After = after end |
Instance Attribute Details
#After ⇒ Object
<li>格式按照 ISO 8601标准表示,详见 <a href=“cloud.tencent.com/document/product/266/11732#I” target=“_blank”>ISO 日期格式说明</a>。</li> <li>格式按照 ISO 8601标准表示,详见 <a href=“cloud.tencent.com/document/product/266/11732#I” target=“_blank”>ISO 日期格式说明</a>。</li>
2146 2147 2148 |
# File 'lib/v20220527/models.rb', line 2146 def After @After end |
#Before ⇒ Object
<li>格式按照 ISO 8601标准表示,详见 <a href=“cloud.tencent.com/document/product/266/11732#I” target=“_blank”>ISO 日期格式说明</a>。</li> <li>格式按照 ISO 8601标准表示,详见 <a href=“cloud.tencent.com/document/product/266/11732#I” target=“_blank”>ISO 日期格式说明</a>。</li>
2146 2147 2148 |
# File 'lib/v20220527/models.rb', line 2146 def Before @Before end |
Instance Method Details
#deserialize(params) ⇒ Object
2153 2154 2155 2156 |
# File 'lib/v20220527/models.rb', line 2153 def deserialize(params) @Before = params['Before'] @After = params['After'] end |