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.
6511 6512 6513 6514 6515 6516 6517 |
# File 'lib/v20210527/models.rb', line 6511 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
6509 6510 6511 |
# File 'lib/v20210527/models.rb', line 6509 def HotLogExpireDay @HotLogExpireDay end |
#InstanceId ⇒ Object
6509 6510 6511 |
# File 'lib/v20210527/models.rb', line 6509 def InstanceId @InstanceId end |
#LogExpireDay ⇒ Object
6509 6510 6511 |
# File 'lib/v20210527/models.rb', line 6509 def LogExpireDay @LogExpireDay end |
#NodeRequestType ⇒ Object
6509 6510 6511 |
# File 'lib/v20210527/models.rb', line 6509 def NodeRequestType @NodeRequestType end |
#Product ⇒ Object
6509 6510 6511 |
# File 'lib/v20210527/models.rb', line 6509 def Product @Product end |
Instance Method Details
#deserialize(params) ⇒ Object
6519 6520 6521 6522 6523 6524 6525 |
# File 'lib/v20210527/models.rb', line 6519 def deserialize(params) @Product = params['Product'] @NodeRequestType = params['NodeRequestType'] @InstanceId = params['InstanceId'] @LogExpireDay = params['LogExpireDay'] @HotLogExpireDay = params['HotLogExpireDay'] end |