Class: TencentCloud::Cloudaudit::V20190319::CosRegionInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cloudaudit::V20190319::CosRegionInfo
- Defined in:
- lib/v20190319/models.rb
Overview
cos地域信息
Instance Attribute Summary collapse
-
#CosRegion ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#CosRegionName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(cosregion = nil, cosregionname = nil) ⇒ CosRegionInfo
constructor
A new instance of CosRegionInfo.
Constructor Details
#initialize(cosregion = nil, cosregionname = nil) ⇒ CosRegionInfo
Returns a new instance of CosRegionInfo.
113 114 115 116 |
# File 'lib/v20190319/models.rb', line 113 def initialize(cosregion=nil, cosregionname=nil) @CosRegion = cosregion @CosRegionName = cosregionname end |
Instance Attribute Details
#CosRegion ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
111 112 113 |
# File 'lib/v20190319/models.rb', line 111 def CosRegion @CosRegion end |
#CosRegionName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
111 112 113 |
# File 'lib/v20190319/models.rb', line 111 def CosRegionName @CosRegionName end |
Instance Method Details
#deserialize(params) ⇒ Object
118 119 120 121 |
# File 'lib/v20190319/models.rb', line 118 def deserialize(params) @CosRegion = params['CosRegion'] @CosRegionName = params['CosRegionName'] end |