Class: TencentCloud::Dbbrain::V20210527::OpenAuditServiceRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dbbrain::V20210527::OpenAuditServiceRequest
- Defined in:
- lib/v20210527/models.rb
Overview
OpenAuditService请求参数结构体
Instance Attribute Summary collapse
- #HotLogExpireDay ⇒ Object
- #InstanceId ⇒ Object
- #LogExpireDay ⇒ Object
- #NodeRequestType ⇒ Object
- #Product ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(product = nil, noderequesttype = nil, instanceid = nil, logexpireday = nil, hotlogexpireday = nil) ⇒ OpenAuditServiceRequest
constructor
A new instance of OpenAuditServiceRequest.
Constructor Details
#initialize(product = nil, noderequesttype = nil, instanceid = nil, logexpireday = nil, hotlogexpireday = nil) ⇒ OpenAuditServiceRequest
Returns a new instance of OpenAuditServiceRequest.
6575 6576 6577 6578 6579 6580 6581 |
# File 'lib/v20210527/models.rb', line 6575 def initialize(product=nil, noderequesttype=nil, instanceid=nil, logexpireday=nil, hotlogexpireday=nil) @Product = product @NodeRequestType = noderequesttype @InstanceId = instanceid @LogExpireDay = logexpireday @HotLogExpireDay = hotlogexpireday end |
Instance Attribute Details
#HotLogExpireDay ⇒ Object
6573 6574 6575 |
# File 'lib/v20210527/models.rb', line 6573 def HotLogExpireDay @HotLogExpireDay end |
#InstanceId ⇒ Object
6573 6574 6575 |
# File 'lib/v20210527/models.rb', line 6573 def InstanceId @InstanceId end |
#LogExpireDay ⇒ Object
6573 6574 6575 |
# File 'lib/v20210527/models.rb', line 6573 def LogExpireDay @LogExpireDay end |
#NodeRequestType ⇒ Object
6573 6574 6575 |
# File 'lib/v20210527/models.rb', line 6573 def NodeRequestType @NodeRequestType end |
#Product ⇒ Object
6573 6574 6575 |
# File 'lib/v20210527/models.rb', line 6573 def Product @Product end |
Instance Method Details
#deserialize(params) ⇒ Object
6583 6584 6585 6586 6587 6588 6589 |
# File 'lib/v20210527/models.rb', line 6583 def deserialize(params) @Product = params['Product'] @NodeRequestType = params['NodeRequestType'] @InstanceId = params['InstanceId'] @LogExpireDay = params['LogExpireDay'] @HotLogExpireDay = params['HotLogExpireDay'] end |