Class: TencentCloud::Tcb::V20180608::StorageInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tcb::V20180608::StorageInfo
- Defined in:
- lib/v20180608/models.rb
Overview
StorageInfo 资源信息
Instance Attribute Summary collapse
-
#AppId ⇒ Object
当前支持ap-shanghai.
-
#Bucket ⇒ Object
当前支持ap-shanghai.
-
#CdnDomain ⇒ Object
当前支持ap-shanghai.
-
#Region ⇒ Object
当前支持ap-shanghai.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(region = nil, bucket = nil, cdndomain = nil, appid = nil) ⇒ StorageInfo
constructor
A new instance of StorageInfo.
Constructor Details
#initialize(region = nil, bucket = nil, cdndomain = nil, appid = nil) ⇒ StorageInfo
Returns a new instance of StorageInfo.
8706 8707 8708 8709 8710 8711 |
# File 'lib/v20180608/models.rb', line 8706 def initialize(region=nil, bucket=nil, cdndomain=nil, appid=nil) @Region = region @Bucket = bucket @CdnDomain = cdndomain @AppId = appid end |
Instance Attribute Details
#AppId ⇒ Object
当前支持ap-shanghai
8704 8705 8706 |
# File 'lib/v20180608/models.rb', line 8704 def AppId @AppId end |
#Bucket ⇒ Object
当前支持ap-shanghai
8704 8705 8706 |
# File 'lib/v20180608/models.rb', line 8704 def Bucket @Bucket end |
#CdnDomain ⇒ Object
当前支持ap-shanghai
8704 8705 8706 |
# File 'lib/v20180608/models.rb', line 8704 def CdnDomain @CdnDomain end |
#Region ⇒ Object
当前支持ap-shanghai
8704 8705 8706 |
# File 'lib/v20180608/models.rb', line 8704 def Region @Region end |
Instance Method Details
#deserialize(params) ⇒ Object
8713 8714 8715 8716 8717 8718 |
# File 'lib/v20180608/models.rb', line 8713 def deserialize(params) @Region = params['Region'] @Bucket = params['Bucket'] @CdnDomain = params['CdnDomain'] @AppId = params['AppId'] end |