Class: TencentCloud::Cloudaudit::V20190319::CosRegionInfo

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

Overview

cos地域信息

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#CosRegionObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • CosRegion:

    cos地域

  • CosRegionName:

    地域描述



111
112
113
# File 'lib/v20190319/models.rb', line 111

def CosRegion
  @CosRegion
end

#CosRegionNameObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • CosRegion:

    cos地域

  • CosRegionName:

    地域描述



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