Class: TencentCloud::Zj::V20190121::UploadFansInfoCosInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Zj::V20190121::UploadFansInfoCosInfo
- Defined in:
- lib/v20190121/models.rb
Overview
接口返回给服务商的COS路径等信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(bucket = nil, key = nil, region = nil) ⇒ UploadFansInfoCosInfo
constructor
A new instance of UploadFansInfoCosInfo.
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
#Bucket ⇒ Object
1958 1959 1960 |
# File 'lib/v20190121/models.rb', line 1958 def Bucket @Bucket end |
#Key ⇒ Object
1958 1959 1960 |
# File 'lib/v20190121/models.rb', line 1958 def Key @Key end |
#Region ⇒ Object
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 |