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.
6085 6086 6087 6088 6089 6090 6091 |
# File 'lib/v20210527/models.rb', line 6085 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
6083 6084 6085 |
# File 'lib/v20210527/models.rb', line 6083 def HotLogExpireDay @HotLogExpireDay end |
#InstanceId ⇒ Object
6083 6084 6085 |
# File 'lib/v20210527/models.rb', line 6083 def InstanceId @InstanceId end |
#LogExpireDay ⇒ Object
6083 6084 6085 |
# File 'lib/v20210527/models.rb', line 6083 def LogExpireDay @LogExpireDay end |
#NodeRequestType ⇒ Object
6083 6084 6085 |
# File 'lib/v20210527/models.rb', line 6083 def NodeRequestType @NodeRequestType end |
#Product ⇒ Object
6083 6084 6085 |
# File 'lib/v20210527/models.rb', line 6083 def Product @Product end |
Instance Method Details
#deserialize(params) ⇒ Object
6093 6094 6095 6096 6097 6098 6099 |
# File 'lib/v20210527/models.rb', line 6093 def deserialize(params) @Product = params['Product'] @NodeRequestType = params['NodeRequestType'] @InstanceId = params['InstanceId'] @LogExpireDay = params['LogExpireDay'] @HotLogExpireDay = params['HotLogExpireDay'] end |