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.
7665 7666 7667 7668 7669 7670 |
# File 'lib/v20180608/models.rb', line 7665 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
7663 7664 7665 |
# File 'lib/v20180608/models.rb', line 7663 def AppId @AppId end |
#Bucket ⇒ Object
当前支持ap-shanghai
7663 7664 7665 |
# File 'lib/v20180608/models.rb', line 7663 def Bucket @Bucket end |
#CdnDomain ⇒ Object
当前支持ap-shanghai
7663 7664 7665 |
# File 'lib/v20180608/models.rb', line 7663 def CdnDomain @CdnDomain end |
#Region ⇒ Object
当前支持ap-shanghai
7663 7664 7665 |
# File 'lib/v20180608/models.rb', line 7663 def Region @Region end |
Instance Method Details
#deserialize(params) ⇒ Object
7672 7673 7674 7675 7676 7677 |
# File 'lib/v20180608/models.rb', line 7672 def deserialize(params) @Region = params['Region'] @Bucket = params['Bucket'] @CdnDomain = params['CdnDomain'] @AppId = params['AppId'] end |