Class: TencentCloud::Zj::V20190121::UploadFansInfoCosInfo

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

Overview

接口返回给服务商的COS路径等信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(bucket = nil, key = nil, region = nil) ⇒ UploadFansInfoCosInfo

Returns a new instance of UploadFansInfoCosInfo.



1960
1961
1962
1963
1964
# File 'lib/v20190121/models.rb', line 1960

def initialize(bucket=nil, key=nil, region=nil)
  @Bucket = bucket
  @Key = key
  @Region = region
end

Instance Attribute Details

#BucketObject

Parameters:

  • Bucket:

    COS bucket

  • Key:

    COS路径

  • Region:

    COS区域



1958
1959
1960
# File 'lib/v20190121/models.rb', line 1958

def Bucket
  @Bucket
end

#KeyObject

Parameters:

  • Bucket:

    COS bucket

  • Key:

    COS路径

  • Region:

    COS区域



1958
1959
1960
# File 'lib/v20190121/models.rb', line 1958

def Key
  @Key
end

#RegionObject

Parameters:

  • Bucket:

    COS bucket

  • Key:

    COS路径

  • Region:

    COS区域



1958
1959
1960
# File 'lib/v20190121/models.rb', line 1958

def Region
  @Region
end

Instance Method Details

#deserialize(params) ⇒ Object



1966
1967
1968
1969
1970
# File 'lib/v20190121/models.rb', line 1966

def deserialize(params)
  @Bucket = params['Bucket']
  @Key = params['Key']
  @Region = params['Region']
end