Class: TencentCloud::Cls::V20201016::ModifyCosRechargeRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cls::V20201016::ModifyCosRechargeRequest
- Defined in:
- lib/v20201016/models.rb
Overview
ModifyCosRecharge请求参数结构体
Instance Attribute Summary collapse
-
#Bucket ⇒ Object
- 通过GET Service(List Buckets)获取COS存储桶。.
-
#BucketRegion ⇒ Object
- 通过GET Service(List Buckets)获取COS存储桶。.
-
#Compress ⇒ Object
- 通过GET Service(List Buckets)获取COS存储桶。.
-
#Enable ⇒ Object
- 通过GET Service(List Buckets)获取COS存储桶。.
-
#ExtractRuleInfo ⇒ Object
- 通过GET Service(List Buckets)获取COS存储桶。.
-
#Id ⇒ Object
- 通过GET Service(List Buckets)获取COS存储桶。.
-
#LogType ⇒ Object
- 通过GET Service(List Buckets)获取COS存储桶。.
-
#Metadata ⇒ Object
- 通过GET Service(List Buckets)获取COS存储桶。.
-
#Name ⇒ Object
- 通过GET Service(List Buckets)获取COS存储桶。.
-
#Prefix ⇒ Object
- 通过GET Service(List Buckets)获取COS存储桶。.
-
#TaskType ⇒ Object
- 通过GET Service(List Buckets)获取COS存储桶。.
-
#TopicId ⇒ Object
- 通过GET Service(List Buckets)获取COS存储桶。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, topicid = nil, name = nil, enable = nil, bucket = nil, bucketregion = nil, prefix = nil, logtype = nil, compress = nil, extractruleinfo = nil, tasktype = nil, metadata = nil) ⇒ ModifyCosRechargeRequest
constructor
A new instance of ModifyCosRechargeRequest.
Constructor Details
#initialize(id = nil, topicid = nil, name = nil, enable = nil, bucket = nil, bucketregion = nil, prefix = nil, logtype = nil, compress = nil, extractruleinfo = nil, tasktype = nil, metadata = nil) ⇒ ModifyCosRechargeRequest
Returns a new instance of ModifyCosRechargeRequest.
13950 13951 13952 13953 13954 13955 13956 13957 13958 13959 13960 13961 13962 13963 |
# File 'lib/v20201016/models.rb', line 13950 def initialize(id=nil, topicid=nil, name=nil, enable=nil, bucket=nil, bucketregion=nil, prefix=nil, logtype=nil, compress=nil, extractruleinfo=nil, tasktype=nil, =nil) @Id = id @TopicId = topicid @Name = name @Enable = enable @Bucket = bucket @BucketRegion = bucketregion @Prefix = prefix @LogType = logtype @Compress = compress @ExtractRuleInfo = extractruleinfo @TaskType = tasktype @Metadata = end |
Instance Attribute Details
#Bucket ⇒ Object
- 通过GET Service(List Buckets)获取COS存储桶。
13948 13949 13950 |
# File 'lib/v20201016/models.rb', line 13948 def Bucket @Bucket end |
#BucketRegion ⇒ Object
- 通过GET Service(List Buckets)获取COS存储桶。
13948 13949 13950 |
# File 'lib/v20201016/models.rb', line 13948 def BucketRegion @BucketRegion end |
#Compress ⇒ Object
- 通过GET Service(List Buckets)获取COS存储桶。
13948 13949 13950 |
# File 'lib/v20201016/models.rb', line 13948 def Compress @Compress end |
#Enable ⇒ Object
- 通过GET Service(List Buckets)获取COS存储桶。
13948 13949 13950 |
# File 'lib/v20201016/models.rb', line 13948 def Enable @Enable end |
#ExtractRuleInfo ⇒ Object
- 通过GET Service(List Buckets)获取COS存储桶。
13948 13949 13950 |
# File 'lib/v20201016/models.rb', line 13948 def ExtractRuleInfo @ExtractRuleInfo end |
#Id ⇒ Object
- 通过GET Service(List Buckets)获取COS存储桶。
13948 13949 13950 |
# File 'lib/v20201016/models.rb', line 13948 def Id @Id end |
#LogType ⇒ Object
- 通过GET Service(List Buckets)获取COS存储桶。
13948 13949 13950 |
# File 'lib/v20201016/models.rb', line 13948 def LogType @LogType end |
#Metadata ⇒ Object
- 通过GET Service(List Buckets)获取COS存储桶。
13948 13949 13950 |
# File 'lib/v20201016/models.rb', line 13948 def Metadata @Metadata end |
#Name ⇒ Object
- 通过GET Service(List Buckets)获取COS存储桶。
13948 13949 13950 |
# File 'lib/v20201016/models.rb', line 13948 def Name @Name end |
#Prefix ⇒ Object
- 通过GET Service(List Buckets)获取COS存储桶。
13948 13949 13950 |
# File 'lib/v20201016/models.rb', line 13948 def Prefix @Prefix end |
#TaskType ⇒ Object
- 通过GET Service(List Buckets)获取COS存储桶。
13948 13949 13950 |
# File 'lib/v20201016/models.rb', line 13948 def TaskType @TaskType end |
#TopicId ⇒ Object
- 通过GET Service(List Buckets)获取COS存储桶。
13948 13949 13950 |
# File 'lib/v20201016/models.rb', line 13948 def TopicId @TopicId end |
Instance Method Details
#deserialize(params) ⇒ Object
13965 13966 13967 13968 13969 13970 13971 13972 13973 13974 13975 13976 13977 13978 13979 13980 13981 |
# File 'lib/v20201016/models.rb', line 13965 def deserialize(params) @Id = params['Id'] @TopicId = params['TopicId'] @Name = params['Name'] @Enable = params['Enable'] @Bucket = params['Bucket'] @BucketRegion = params['BucketRegion'] @Prefix = params['Prefix'] @LogType = params['LogType'] @Compress = params['Compress'] unless params['ExtractRuleInfo'].nil? @ExtractRuleInfo = ExtractRuleInfo.new @ExtractRuleInfo.deserialize(params['ExtractRuleInfo']) end @TaskType = params['TaskType'] @Metadata = params['Metadata'] end |