Class: TencentCloud::Cls::V20201016::SearchCosRechargeInfoRequest

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20201016/models.rb

Overview

SearchCosRechargeInfo请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(topicid = nil, logsetid = nil, name = nil, bucket = nil, bucketregion = nil, prefix = nil, compress = nil) ⇒ SearchCosRechargeInfoRequest

Returns a new instance of SearchCosRechargeInfoRequest.



16772
16773
16774
16775
16776
16777
16778
16779
16780
# File 'lib/v20201016/models.rb', line 16772

def initialize(topicid=nil, logsetid=nil, name=nil, bucket=nil, bucketregion=nil, prefix=nil, compress=nil)
  @TopicId = topicid
  @LogsetId = logsetid
  @Name = name
  @Bucket = bucket
  @BucketRegion = bucketregion
  @Prefix = prefix
  @Compress = compress
end

Instance Attribute Details

#Bucket ⇒ Object

Parameters:

  • BucketRegion: —

    COS存储桶所在地域,详见产品支持的地域列表。

  • Prefix: —

    COS文件所在文件夹的前缀。默认为空,投递存储桶下所有的文件。

  • Compress: —

    压缩模式: "", "gzip", "lzop", "snappy"。 默认:"" 不压缩



16770
16771
16772
# File 'lib/v20201016/models.rb', line 16770

def Bucket
  @Bucket
end

#BucketRegion ⇒ Object

Parameters:

  • BucketRegion: —

    COS存储桶所在地域,详见产品支持的地域列表。

  • Prefix: —

    COS文件所在文件夹的前缀。默认为空,投递存储桶下所有的文件。

  • Compress: —

    压缩模式: "", "gzip", "lzop", "snappy"。 默认:"" 不压缩



16770
16771
16772
# File 'lib/v20201016/models.rb', line 16770

def BucketRegion
  @BucketRegion
end

#Compress ⇒ Object

Parameters:

  • BucketRegion: —

    COS存储桶所在地域,详见产品支持的地域列表。

  • Prefix: —

    COS文件所在文件夹的前缀。默认为空,投递存储桶下所有的文件。

  • Compress: —

    压缩模式: "", "gzip", "lzop", "snappy"。 默认:"" 不压缩



16770
16771
16772
# File 'lib/v20201016/models.rb', line 16770

def Compress
  @Compress
end

#LogsetId ⇒ Object

Parameters:

  • BucketRegion: —

    COS存储桶所在地域,详见产品支持的地域列表。

  • Prefix: —

    COS文件所在文件夹的前缀。默认为空,投递存储桶下所有的文件。

  • Compress: —

    压缩模式: "", "gzip", "lzop", "snappy"。 默认:"" 不压缩



16770
16771
16772
# File 'lib/v20201016/models.rb', line 16770

def LogsetId
  @LogsetId
end

#Name ⇒ Object

Parameters:

  • BucketRegion: —

    COS存储桶所在地域,详见产品支持的地域列表。

  • Prefix: —

    COS文件所在文件夹的前缀。默认为空,投递存储桶下所有的文件。

  • Compress: —

    压缩模式: "", "gzip", "lzop", "snappy"。 默认:"" 不压缩



16770
16771
16772
# File 'lib/v20201016/models.rb', line 16770

def Name
  @Name
end

#Prefix ⇒ Object

Parameters:

  • BucketRegion: —

    COS存储桶所在地域,详见产品支持的地域列表。

  • Prefix: —

    COS文件所在文件夹的前缀。默认为空,投递存储桶下所有的文件。

  • Compress: —

    压缩模式: "", "gzip", "lzop", "snappy"。 默认:"" 不压缩



16770
16771
16772
# File 'lib/v20201016/models.rb', line 16770

def Prefix
  @Prefix
end

#TopicId ⇒ Object

Parameters:

  • BucketRegion: —

    COS存储桶所在地域,详见产品支持的地域列表。

  • Prefix: —

    COS文件所在文件夹的前缀。默认为空,投递存储桶下所有的文件。

  • Compress: —

    压缩模式: "", "gzip", "lzop", "snappy"。 默认:"" 不压缩



16770
16771
16772
# File 'lib/v20201016/models.rb', line 16770

def TopicId
  @TopicId
end

Instance Method Details

#deserialize(params) ⇒ Object



16782
16783
16784
16785
16786
16787
16788
16789
16790
# File 'lib/v20201016/models.rb', line 16782

def deserialize(params)
  @TopicId = params['TopicId']
  @LogsetId = params['LogsetId']
  @Name = params['Name']
  @Bucket = params['Bucket']
  @BucketRegion = params['BucketRegion']
  @Prefix = params['Prefix']
  @Compress = params['Compress']
end