Class: TencentCloud::Dbbrain::V20210527::ModifyAuditServiceRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dbbrain::V20210527::ModifyAuditServiceRequest
- Defined in:
- lib/v20210527/models.rb
Overview
ModifyAuditService请求参数结构体
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) ⇒ ModifyAuditServiceRequest
constructor
A new instance of ModifyAuditServiceRequest.
Constructor Details
#initialize(product = nil, noderequesttype = nil, instanceid = nil, logexpireday = nil, hotlogexpireday = nil) ⇒ ModifyAuditServiceRequest
Returns a new instance of ModifyAuditServiceRequest.
6021 6022 6023 6024 6025 6026 6027 |
# File 'lib/v20210527/models.rb', line 6021 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
6019 6020 6021 |
# File 'lib/v20210527/models.rb', line 6019 def HotLogExpireDay @HotLogExpireDay end |
#InstanceId ⇒ Object
6019 6020 6021 |
# File 'lib/v20210527/models.rb', line 6019 def InstanceId @InstanceId end |
#LogExpireDay ⇒ Object
6019 6020 6021 |
# File 'lib/v20210527/models.rb', line 6019 def LogExpireDay @LogExpireDay end |
#NodeRequestType ⇒ Object
6019 6020 6021 |
# File 'lib/v20210527/models.rb', line 6019 def NodeRequestType @NodeRequestType end |
#Product ⇒ Object
6019 6020 6021 |
# File 'lib/v20210527/models.rb', line 6019 def Product @Product end |
Instance Method Details
#deserialize(params) ⇒ Object
6029 6030 6031 6032 6033 6034 6035 |
# File 'lib/v20210527/models.rb', line 6029 def deserialize(params) @Product = params['Product'] @NodeRequestType = params['NodeRequestType'] @InstanceId = params['InstanceId'] @LogExpireDay = params['LogExpireDay'] @HotLogExpireDay = params['HotLogExpireDay'] end |